Python program to compute the shortest path between Indian state capitals using Single Source Shortest Path (SSSP) Algorithm. Fetched distance data from Google Maps, to find the optimal path.
python googlemaps google-maps-api dijkstra-algorithm single-source-shortest-path data-structures-and-algorithms google-maps-python
-
Updated
Feb 17, 2025 - Python