Pathfinder aims to visualize different pathfinding algorithms, refresh my knowledge and learn about new pathfinding algorithms I haven't used yet.
Try it out here: timii.github.io/pathfinder/
- Unweighted
- Breadth First Search
- Depth First Search
- Weighted
- Dijkstra's Algorithm
- A*
- Greedy Best First Search
git clone https://github.com/timii/pathfinder.git
cd pathfinder
Open index.html in your web browser to launch the visualizer.
Explore, experiment, and learn about pathfinding algorithms!