e73d3f5b4f
Approved by: maintainer (blanket approval)
6 lines
310 B
Text
6 lines
310 B
Text
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).
|
|
|
|
WWW: http://search.cpan.org/search?dist=Heap
|