Expand description

A collection of heap/priority queue implementations.

Heap types that have been implemented

Structs

PairingHeap is an implementation of a pairing heap.

Traits

DecreaseKey defines extra methods for a Heap that implement decrease-key and delete operations
Heap contains all the methods common to heaps/queues