red-black-tree
An implementation of the red-black search tree data structure.
$ area51 add red-black-treeCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(red-black-tree:some-function ...)