blob: aaf3f6a31ebb512d3d35149706b157bf9678c2f7 (
plain)
1
2
3
4
5
|
This is a library in ANSI C for manipulation of balanced binary
trees. Functions for use with three varieties of AVL tree and
one type of red-black tree are included. There is full documentation,
including an explanation of what AVL and red-black trees are and why
you'd use them, in Texinfo, Info, HTML, and plain text formats.
|