A React app that visualizes different pathfinding algorithims (A*, Dijkstra, BFS, DFS) in action along with how long it takes from the start to destination node.
Completed:
- A*
- BFS
To-Do:
- Implement Dijkstra's Algorithm
- Implement DFS
Authors: Michael Neal and Vineet Marri