9e5c7e6287
- While I'm here: - Fix MAINTAINER - Simplify post-install: - Fix and sort PLIST 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. WWW: http://search.cpan.org/dist/Array-Heap/ PR: 195496 Submitted by: <eserte12@yahoo.de>
6 lines
305 B
Text
6 lines
305 B
Text
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.
|
|
|
|
WWW: http://search.cpan.org/dist/Array-Heap/
|