Heap::Elem::Num is used to wrap numeric values into an element that can be managed on a heap. The top of the heap will have the smallest element still remaining. (See Heap::Elem::NumRev if you want the heap to always return the largest element.) The ...
JMM/Heap-0.80 - 28 Apr 2007 18:19:57 UTCHeap::Elem::NumRev is used to wrap numeric values into an element that can be managed on a heap. The top of the heap will have the largest element still remaining. (See Heap::Elem::Num if you want the heap to always return the smallest element.) The ...
JMM/Heap-0.80 - 28 Apr 2007 18:19:57 UTCThe Heap collection of modules provide routines that manage a heap of elements. A heap is a partially sorted structure that is always able to easily extract the smallest of the elements in the structure (or the largest if a reversed compare routine i...
JMM/Heap-0.80 - 28 Apr 2007 18:19:57 UTCThis is an inheritable class for Heap Elements. It provides the interface documentation and some inheritable methods. Only a child classes can be used - this class is not complete....
JMM/Heap-0.80 - 28 Apr 2007 18:19:57 UTC