/Informed-and-Uninformed-Search-Algorithm

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.

Primary LanguagePython

No issues in this repository yet.