cl-heap

GPLv3

An implementation of heap and priority queue data structures.

$ area51 add cl-heapCopy

Usage

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