The dataset used is provided by CS Utah Website
pip install scikit-learn numpy
A Sample program that clusters Californian road network dataset, and uses it as a heuristic for calculating shortest path between two nodes using a star algorithm.
Python
The dataset used is provided by CS Utah Website
pip install scikit-learn numpy