Binomial Heap - Implementation

Implementation

Because no operation requires random access to the root nodes of the binomial trees, the roots of the binomial trees can be stored in a linked list, ordered by increasing order of the tree.

Read more about this topic:  Binomial Heap