freebsd-ports/devel/p5-Heap/pkg-descr
Ying-Chieh Liao d2cbc2a92c add p5-Heap
Perl extensions for keeping data partially sorted

PR:		26389
Submitted by:	Anatoliy Dmytriyev <tolid@plab.ku.dk>
2001-05-19 13:31:44 +00:00

5 lines
263 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).