This is a simple pathfinding visualizer, where you can see how the algorithm works in real time.
Right now the algorithms implemented are:
- Breadth First Search (BFS).
- A* Search.
- Maze Generation with Backtracking.
Rafael de Jesús Anguiano Suárez del Real.