Graph Algorithms Visualizer is a project that visualizes different types of graph algorithms on an MxN grid.
- Depth-First-Search
- Breadth-First-Search
- A* using Manhattan Distance h(n)
- Dijkstra (Uniform-Cost-Search variant)
- Greedy-Best-First Search using Manhattan Distance
- Bidirectional Search
- A*
- BFS
- Greedy-BFS
- Dijsktra (UCS)
- Prim's Algorithm
- Recursive Backtracker
- Prim's Algorithm
- Kahn's Algorithm
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/ShaanManchanda/Graph-Algorithms-Visualizer.git
- Navigate to the project directory:
cd Graph-Algorithms-Visualizer
- Run the application:
- Locate the index.html file in the project directory.
- Right-click on index.html and choose "Open with" your preferred web browser.
- Alternatively, you can directly open the file using your browser by double-clicking on it.