binomial-heap
Binomial-heap is an implementation of the binomial heap data structure. Insertion, extremum access, extremum extraction, and union operations can be performed on the data structure in O(logn) time.

For further information, please see the README file.

(Tarball comes with the latest .git source tree. Feel free to play with it.)