Graphical User Interface built using React Framework to visualize Pathfinding Algorithms and Maze Generation Algorithms. Feel free to fork or download this project if you would like to try this out or use this code as the base to create your own Pathfinding Visualizer.
- Dijkstra's Algorithm
- A* Algorithm
- Greedy Best First Search
- Bidirectional Greedy Search
- Breadth First Search
- Depth First Search
- Random Walk
- Random Maze
- Recursive Division Maze
- Vertical Division Maze
- Horizontal Division Maze
This project was bootstrapped with Create React App. To learn React, check out the React documentation.
I hope you found the project useful and interesting.
-- Rohith S P