How To Run:
Compile and Run the Main.java file in any terminal. Press Enter to move forward a Node in the Program. There is also an autoSearch() function to search the path automatically.
A program which implements the A* Search Algorithm to find the shortest path between a START and a GOAL node.
Java
How To Run:
Compile and Run the Main.java file in any terminal. Press Enter to move forward a Node in the Program. There is also an autoSearch() function to search the path automatically.