Expand description
A collection of heap/priority queue implementations.
§Heap types that have been implemented
Structs§
- Pairing
Heap PairingHeapis an implementation of a pairing heap.- Rank
Pairing Heap RankPairingHeapis an implementation of a rank pairing heap
Traits§
- Decrease
Key DecreaseKeydefines extra methods for aHeapthat implement decrease-key and delete operations- Heap
Heapcontains all the methods common to heaps/queues