Heapz
This repo is a collection of heap/priority queue implementations
Heap types
Pairing Heap
Ranked Paring Heap
Traits
Heap
: A common trait shared by all heap implementations
DecreaseKey
: Extends the
Heap
trait for heaps that implement decrease-key functionality