Package heaps

Interface Summary
Heap<E> A basic interface shared by all heap implementations that only defines methods for inspecting and extracting the top element, removing all elements, and querying the heap size.