Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0e6bf88

Browse files
Update README.md
1 parent 3cb6c96 commit 0e6bf88

File tree

1 file changed

+33
-2
lines changed

1 file changed

+33
-2
lines changed

‎README.md

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,35 @@
1-
# Algo-Visualizer
1+
![top_header](https://user-images.githubusercontent.com/54474853/132137700-29d70274-f36f-495b-8335-1f1f55a3f7c8.PNG)
2+
3+
# Algorithm Visualizer
4+
5+
Algorithm Visualizer is a Front-end Web Application to visualize various graph path-finding algorithms.
6+
7+
Visit the web app by [clicking here 🚀](https://algo-visualizer-vvit.netlify.app/)
8+
9+
## Algorithms
10+
* BFS
11+
* Bi-directional BFS
12+
* DFS
13+
* Greedy Best first search
14+
* A* search
15+
* Dijkstra's
16+
17+
## DataStructures
18+
* Priority Queue
19+
20+
## Tech Stack
21+
* React JS
22+
* BootStrap
23+
24+
## How it Works
25+
* User can drag around a start and end node and set them in any place.
26+
* User can draw walls by clicking an dragging the mouse pointer.
27+
* User can optionally randomize the walls in the maze and add more walls by dragging the mouse.
28+
* User can add weights to blocks and can randomize the weights.
29+
* Users can then choose a speed of the visualization.
30+
31+
## Screen Shot
32+
33+
![algo-viz](https://user-images.githubusercontent.com/54474853/132138137-4a05ead8-74d2-4a87-b763-8f82cfcb3a34.PNG)
234

3-
" One of the most difficult topics that students feel is GRAPH THEORY. There are several complex graph algorithms like BFS, DFS, Dijkstra's, A* etc. Our goal is to make them easy by providing beautiful visualisations. "
435

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /