Dijkstra's algorithm - TUM
algorithms.discrete.ma.tum.de › graph-algorithmsDijkstra's Algorithm can help you! With this algorithm, you can find the shortest path in a graph. The vertices of the graph can, for instance, be the cities and the edges can carry the distances between them. Dijkstra's Algorithm can also compute the shortest distances between one city and all other cities.