Visually demonstrates implementations of various pathfinding algorithms.
These include:
- Breadth First Search (BFS)
- Best First Search
- A Star (A*)
- Depth First Search (DFS)
https://otson.github.io/Pathfinding-Algorithm-Visualizer/
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.