Visualize BFS DFS A* | Create Dynamic Obstacles |
🎈 Pathfinding Visualizer (Click to try 🚀)
Pathfinding Visualizer is a dynamically visualization app used to visulize the process of finding the shortest path from some sourceto destination using bunch of diffrent shortest-path algorithms like (A*, DFS, BFS) with a pretty cool functionalites like Controlling the position of the source and destination , randomize obstacles in the grid and clearing the whole grid to add blocks as you like
- A*
- BFS (Breadth-First Search)
- DFS (Depth-First Search)
- Click mouse button to create source point
- Another mouse click to create destination point
- Click and drag mouse to create obstacles


