Skip to content

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

Notifications You must be signed in to change notification settings

Pandora117/AStar-Algorithm-in-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages