red-black-tree

MIT

An implementation of the red-black search tree data structure.

$ area51 add red-black-treeCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(red-black-tree:some-function ...)

Dependencies