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
An implementation of the Weighted A* algorithm to solve mazes in Java.
To run, execute AStarTest.java. Use the file chooser to select one of the maze#.txt files provided, and the application will visualize the Weighted A* algorithm solving the maze.
About
An implementation of the Weighted A* algorithm to solve mazes in Java.