/IndexedHeap

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

Primary LanguagePython

Watchers