TREES
TREES provides several binary tree data structures exposed through a uniform CLOS interface. The flavors provided are:

  • "Standard" binary trees
  • AVL trees
  • Red-black trees
  • AA trees (simpler variant of red-black trees)
Repository: https://github.com/froydnj/trees

License: BSD

Author: Nathan Froyd