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