summaryrefslogtreecommitdiff
path: root/devel/avl/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'devel/avl/DESCR')
-rw-r--r--devel/avl/DESCR5
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/avl/DESCR b/devel/avl/DESCR
new file mode 100644
index 00000000000..aaf3f6a31eb
--- /dev/null
+++ b/devel/avl/DESCR
@@ -0,0 +1,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.