2004-12-06 12:15:07 +01:00
|
|
|
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 is provided).
|
|
|
|
|
2005-09-21 21:31:43 +02:00
|
|
|
WWW: http://search.cpan.org/dist/Heap/
|