This is the A Star algorithm Python implementation
-
Updated
Oct 1, 2019 - Python
This is the A Star algorithm Python implementation
The program will compute a route between the origin city and the destination city, and will print out both the length of the route and the list of all cities that lie on that route. It should also display the number of nodes expanded and nodes generated.
Add a description, image, and links to the star-search-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the star-search-algorithm topic, visit your repo's landing page and select "manage topics."