PATHFINDING VISUALIZER

Pick an algorithm.

Select Start or End to change the direction of the algorithm.

Use the Player to control the execution of the algorithm and navigate through the history.

Select Walls or Weights from the menu and draw them on the grid.

Algorithm Details

Only the Dijkstra and A-star algorithms work with weighted nodes; other algorithms treat them as regular nodes.

Visited nodes can't be modified.