‘Is Dijkstra’s Algorithm Optimal?’ – A Basser-SMRI Joint Seminar by Robert Tarjan
Dijkstra’s algorithm is a classic algorithm for doing route planning. Given a starting location it finds shortest paths from to all other reachable locations using the greedy method. Not only does it find shortest paths, it finds these in increasing order by length. A natural question is whether this algorithm is best possible. The answer […]