🗺️ Pathfinder

Visualize how different pathfinding algorithms navigate through obstacles to find the shortest path

Interactive Pathfinding Demo

Start Point
End Point
Wall
Visited
Shortest Path

🧠 Multiple Algorithms

Compare Dijkstra's, A*, BFS, and DFS algorithms to see how each approaches pathfinding differently.

🎨 Visual Learning

Watch algorithms explore the grid in real-time with smooth animations and color-coded states.

🖱️ Interactive Grid

Click and drag to create walls, set start/end points, and customize your maze layout.

📊 Performance Metrics

See statistics about nodes visited, path length, and algorithm efficiency.

JavaScript CSS Grid Algorithm Visualization Data Structures Graph Theory Interactive UI