← Back

A* Pathfinding

A* vs Dijkstra Pathfinding

Generate a maze with DFS, then watch A* or Dijkstra find the shortest path. A* uses Manhattan distance heuristic (orange = explored, green = path). Dijkstra explores uniformly.

Explored:0
Path Length:-
Status:Ready