mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
7 lines
304 B
Plaintext
7 lines
304 B
Plaintext
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
|