sweeneyde/IndexedHeap
A priority queue implemented as a heap with a supplemental index that allows for fast decrease-key operations for Dijkstra's algorithm.
Python
A priority queue implemented as a heap with a supplemental index that allows for fast decrease-key operations for Dijkstra's algorithm.
Python