Package heap

Class Summary
MyHeap<K,V> An implementation of an adaptable priority queue by means of a heap.
MyHeapEntry<K,V> Represents a key/value pair to be stored in a data structure, such as a heap.
MyLinkedHeapTree<E> An implementation of a complete binary tree by means of a linked structure.