You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A program which implements the A* Search Algorithm to find the shortest path between a START and a GOAL node.
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.
Output:
About
A program which implements the A* Search Algorithm to find the shortest path between a START and a GOAL node.