/AStar-Algorithm-in-Java

A program which implements the A* Search Algorithm to find the shortest path between a START and a GOAL node.

Primary LanguageJava

AStar Algorithm in Java

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: Output