Categories
avl
libavl is a balanced tree library that comes with full documentation. It includes unthreaded, right threaded, and fully threaded variants of AVL tree, as well as unthreaded red-black trees. It features self-test routines as well as insertion, deletion, tree count, tree copy, tree walking and traversal, search, and threading and unthreading routines.
Each function has a comment describing its interface, and each step in the algoritms the program uses has a comment also. Each source code file includes a built-in test routine.
Last updated 27 Aug, 2007
About
Leadership
- Ben Pfaff - Maintainer
Versions
2.0.3
2.0.3 stable released 2007-08-26
- Released: 26 Aug, 2007
- Code Maturity: Stable
- Source Archive: http://ftp.gnu.org/pub/gnu/avl/avl-2.0.3.tar.gz
- Licenses: GPLv3orlater, LGPLv3orlater
- Interfaces: Library
User Community and Support
User manual available from http://www.stanford.edu/~blp/avl/libavl.html/



