summaryrefslogtreecommitdiff
path: root/devel/p5-Heap/pkg-descr
blob: 48e2e9fd2de91ab2a7b7d3d83b809a8daa33925e (plain) (blame)
1
2
3
4
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).