aboutsummaryrefslogtreecommitdiffstats
path: root/gl/modules/heap
blob: 71408429814ce8e050acc74c060e24eec60c1338 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Description:
Binary heap with minimal number of methods. Used in sort.

Files:
lib/heap.c
lib/heap.h

Depends-on:
idx
stdlib-safer
xalloc

configure.ac:

Makefile.am:
lib_SOURCES += heap.c heap.h

Include:
"heap.h"

License:
GPL

Maintainer:
Gene Auyeung