7 lines
88 B
Python
7 lines
88 B
Python
def dijkstra_algorithm(graph, s ):
|
|
print()
|
|
|
|
|
|
if __name__ == "__main__":
|
|
print()
|