1Binary(3) User Contributed Perl Documentation Binary(3)
2
3
4
6 Heap::Binary - a Perl extension for keeping data partially sorted
7
9 use Heap::Binary;
10
11 $heap = Heap::Binary->new;
12 # see Heap(3) for usage
13
15 Keeps an array of elements in heap order. The heap method of an ele‐
16 ment is used to store the index into the array that refers to the ele‐
17 ment.
18
19 See Heap for details on using this module.
20
22 John Macdonald, jmm@perlwolf.com
23
25 Copyright 1998-2003, O'Reilly & Associates.
26
27 This code is distributed under the same copyright terms as perl itself.
28
30 Heap(3), Heap::Elem(3).
31
32
33
34perl v5.8.8 2004-06-17 Binary(3)