Avl
avl
http://www.stanford.edu/~blp/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.
Documentation
User manual available from http://www.stanford.edu/~blp/avl/libavl.html/
Licensing
| License | Verified by | Verified on | Notes |
|---|---|---|---|
| GPLv3orlater | Deborah Nicholson | 7 January 2008 | |
| LGPLv3orlater | Deborah Nicholson | 7 January 2008 |
Leaders and contributors
| Contact(s) | Role |
|---|---|
| Ben Pfaff | Maintainer |
Resources and communication
| Audience | Resource type | URI |
|---|---|---|
| Bug Tracking,Developer,Support | mailto:blp@gnu.org |
Software prerequisites
This entry (in part or in whole) was last reviewed on 27 August 2007.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software described in this text has its own copyright notice and license, which can usually be found in the distribution itself.