search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
6 lines
304 B
Text
6 lines
304 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: https://metacpan.org/release/Heap
|