minheap

BSD, see LICENSE

Various heap/priority queue data structures

$ area51 add minheapCopy

Usage

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