Interactive program to visualize path finding algorithms
- Block any node in the grid by click on it using the left mouse button.
- Press space to start select the start point and the destination point.
- Now you have to choose the path finding algorithm.
- Press A for A*.
- Prees S for Dijkstra.
- Prees B for BFS.
- Press D for DFS.
All drawing done using algs4 library (included in the project files) from Princeton University algorithms course.