binomial-heap

BSD

A compact binomial heap implementation.

$ area51 add binomial-heapCopy

Usage

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