- A web-application to visualize the various pathfinding algorithms, made using Vanilla JavaScript.
- Intended for people to learn the algorithms through visualizations.
- Breadth First Search
- Depth First Search
- Greedy Best First Search
- Dijkstra's Algorithm
- A* Algorithm
- Random Wall Maze
- Random Weight Maze
- Recursive Division Algorithm