cl-heap
An implementation of heap and priority queue data structures.
$ area51 add cl-heapCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-heap:some-function ...)An implementation of heap and priority queue data structures.
$ area51 add cl-heapCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-heap:some-function ...)