Crate heapz

Crate heapz 

Source
Expand description

A collection of heap/priority queue implementations.

§Heap types that have been implemented

Structs§

PairingHeap
PairingHeap is an implementation of a pairing heap.
RankPairingHeap
RankPairingHeap is an implementation of a rank pairing heap

Traits§

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