trees
2018-01-31
A library for binary trees in normal and balanced flavors
Upstream URL
Author
Nathan Froyd <froydnj@gmail.com>
Maintainer
Nathan Froyd <froydnj@gmail.com>
License
BSD style
This package implements binary trees of various kinds, presenting a
uniform interface to them all. Reading package.lisp should give you an
idea of what sorts of things you can do to trees and reading
binary-trees.lisp and generics.lisp provides a slightly more in-depth
look at the functions you would want to use.
There is a moderately extensive test suite which one can run with
(ASDF:OOS 'ASDF:TEST-OP :TREES). Please be aware that it does take a
bit of time to run. If any tests fail, you have found a bug; please
report it.
Report any bugs, comments, or improvements to <froydnj@gmail.com>.
Nathan Froyd
18 March 2008