The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Heap::Fibonacci"

Heap::Fibonacci - a fibonacci heap to keep data partially sorted River stage three • 6 direct dependents • 178 total dependents

Keeps elements in heap order using a linked list of Fibonacci trees. The *heap* method of an element is used to store a reference to the node in the list that refers to the element. See Heap for details on using this module....

JMM/Heap-0.80 - 28 Apr 2007 18:19:57 UTC

lib/Heap/Fibonacci/Fast.pm River stage one • 1 direct dependent • 1 total dependent

RANDIR/Heap-Fibonacci-Fast-0.0101 - 21 Sep 2009 11:33:56 UTC

Heap - Perl extensions for keeping data partially sorted River stage three • 6 direct dependents • 178 total dependents

The 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 UTC

Heap::Elem - Base class for elements in a Heap River stage three • 6 direct dependents • 178 total dependents

This 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

Heap::Elem::Num - Numeric Heap Elements River stage three • 6 direct dependents • 178 total dependents

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 UTC

Heap::Elem::Str - String Heap Elements River stage three • 6 direct dependents • 178 total dependents

Heap::Elem::Str is used to wrap string 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::StrRev if you want the heap to always return the largest element.) The d...

JMM/Heap-0.80 - 28 Apr 2007 18:19:57 UTC

Heap::Elem::Ref - Object Reference Heap Elements River stage three • 6 direct dependents • 178 total dependents

Heap::Elem::Ref is used to wrap object reference values into an element that can be managed on a heap. Each referenced object must have a method *cmp* which can compare itself with any of the other objects that have references on the same heap. These...

JMM/Heap-0.80 - 28 Apr 2007 18:19:57 UTC

Heap::Elem::NumRev - Reversed Numeric Heap Elements River stage three • 6 direct dependents • 178 total dependents

Heap::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 UTC

Heap::Elem::StrRev - Reversed String Heap Elements River stage three • 6 direct dependents • 178 total dependents

Heap::Elem::StrRev is used to wrap string 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::Str if you want the heap to always return the smallest element.) The d...

JMM/Heap-0.80 - 28 Apr 2007 18:19:57 UTC

Heap::Elem::RefRev - Reversed Object Reverence Heap Elements River stage three • 6 direct dependents • 178 total dependents

Heap::Elem::RefRev is used to wrap object reference values into an element that can be managed on a heap. Each referenced object must have a method *cmp* which can compare itself with any of the other objects that have references on the same heap. Th...

JMM/Heap-0.80 - 28 Apr 2007 18:19:57 UTC
10 results (0.036 seconds)