Merge branch 'master' of github.com:froydnj/trees
[trees.git] / README
1 This package implements binary trees of various kinds, presenting a
2 uniform interface to them all.  Reading package.lisp should give you an
3 idea of what sorts of things you can do to trees and reading
4 binary-trees.lisp and generics.lisp provides a slightly more in-depth
5 look at the functions you would want to use.
6
7 There is a moderately extensive test suite which one can run with
8 (ASDF:OOS 'ASDF:TEST-OP :TREES).  Please be aware that it does take a
9 bit of time to run.  If any tests fail, you have found a bug; please
10 report it.
11
12 Report any bugs, comments, or improvements to <froydnj@gmail.com>.
13
14 Nathan Froyd
15 18 March 2008