Data Structures for Dijkstra’s Algorithm
Select the unknown node with the lowest cost
findMin/deleteMin
a’s cost = min(a’s old cost, …)
decreaseKey
find by name
|V| times:
|E| times:
runtime:
Previous slide
Next slide
Back to first slide
View graphic version