heapz 1.0.0

Heap/Priority Queue implementations
Documentation

Heapz

A collection of heap/priority queue implementations

Heap types

Traits

  • Heap: A common trait shared by all heap implementations
  • DecreaseKey: Extends the Heap trait for heaps that implement decrease-key functionality