A simple, interactive pathfinding visualizer.
A simple, interactive visualization tool for a selection of pathfinding algorithms. Written in vanilla JavaScript.
Included are both weighted (Dijkstra, A*) and unweighted (BFS, DFS) algorithms. These are implemented through a combination of minheaps, stacks and queues.