Expand description
A collection of heap/priority queue implementations.
Heap types that have been implemented
Structs
PairingHeap
is an implementation of a pairing heap.RankPairingHeap
is an implementation of a rank pairing heapTraits
DecreaseKey
defines extra methods for a Heap
that implement decrease-key and delete operations