blob: 0772a5996f284af630808ee206cedafbe4803d28 (
plain) (
blame)
1
2
3
4
|
A Heap implementation for Perl using functions that are loosely
modeled after the C++ STL's binary heap functions. They all take an
array as argument, just like perl's built-in functions "push", "pop"
etc. The implementation itself is in C for maximum speed.
|