This is A* Search implemented in Java
To run this program, you will need to open command line interface and run "AStarSearch.java" like so:
- javac AStarSearch.java (To compile the program)
- java AStarSearch (To run the class file)
And the program will run.