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.
- A* Algorithm
- Breadth First Search
- Depth First Search
- Dijkstra's Algorithm
- DFS Maze
- Random Maze
- Vertical Division Maze
- Recursive 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.
-- taiyang