WayFinder

The implementation of the A* algorithm is a search algorithm that finds the route with the lowest cost from the initial vertex to the selected endpoint.

  1. To run, use the class Application.java
  2. Go to localhost:8091 and try

image