Skip to content

krishkshir/Dijkstra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python script to implement Dijkstra's algorithm to find the shortest distance to different cities in the US given a set of distances between some cities (in arbitrary units). When given the (optional) destination, it prints out only the shortest path from the given source to destination; otherwise it prints out shortest paths from source to all cities.

About

Simple implementation of Dijkstra's algorithm

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages