freebsd-ports/devel/libavl/pkg-descr
Pav Lucistnik 36d085261d - Update WWW
- Use INFO

PR:		ports/88468
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
2005-11-03 21:40:03 +00:00

8 lines
383 B
Plaintext

GNU libavl, a library for balanced binary trees. Balanced binary trees
provide guaranteed O(lg n) performance for list insertion, deletion, and
search operations. libavl is the most complete free balanced binary tree
library on the net today, supporting AVL trees in plain, threaded, and
right-threaded forms as well as plain red-black trees.
WWW: http://www.stanford.edu/~blp/avl/