binomial-heap
A compact binomial heap implementation.
$ area51 add binomial-heapCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(binomial-heap:some-function ...)A compact binomial heap implementation.
$ area51 add binomial-heapCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(binomial-heap:some-function ...)