m3sh.heap

Heap based priority queue implementation.

See Algorithms in C, Parts 1–4 by Robert Sedgewick for the array based heap implementation used in this module. An alternative implementation is provided in the heapq module.

Classes

MaxHeap([items])

Priority queue.

MinHeap([items])

Priority queue.