A web-based pathfinding visualizer demonstrating Dijkstra’s algorithm on a grid. Users can place walls and observe how the algorithm explores nodes and finds the shortest path between a start and end node.
- Grid-based graph visualization
- Dijkstra’s shortest path algorithm
- Interactive wall placement
- Real-time traversal animation
- React
- JavaScript
- CSS