nkrishnan / binomial-heap

Binomial Heap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

binomial-heap

Binomial Heaps are fast mergeable heaps. This binomial heap implementatiion follows from the algorithm described in Introduction to Algorithms, Second Edition by Cormen, Leiserson, Rivest and Stein pp 457-471

About

Binomial Heap

License:MIT License