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