Visualize how different pathfinding algorithms navigate through obstacles to find the shortest path
Compare Dijkstra's, A*, BFS, and DFS algorithms to see how each approaches pathfinding differently.
Watch algorithms explore the grid in real-time with smooth animations and color-coded states.
Click and drag to create walls, set start/end points, and customize your maze layout.
See statistics about nodes visited, path length, and algorithm efficiency.