A simple visualizer for commonly used pathfinding algorithms for educational purposes. Most of the algorithms details can be found in the their respective Wikipedia pages.
Algorithms available
- BFS
- DFS
- Dijkstra
- A*
- Beam
- Greedy
Features
- Path and map exploration visualization
- Random map generation
- Interactive maze
- More algorithms to come (TODO)
- Maze generation algorithms (TODO)