Dijkstra_python A Python program that computes shortest path using Dijkstra's algorithm Given a graph and a source vertex, print a list in the form as a list of node : distance Usage: Dijkstra(graph, the source vertex)