A Path Finding Algorithm Visualizer written in Vanilla Javascript using OOP design pattern, which can help you visualize how certain Path Finding Algorithms work.
See Live Demo Here
Algorithms Visualized :-
- A* Algorithm
- Djikstra's Algorithm
- Breadth First Search
- Depth First Search
- Visualize Different Algorithms
- Adjust the Speed of Visualization
- Switch between Light and Dark mode
- Responsive Web App