You are on page 1of 2

The Binomial Heaps

A binomial heap H is a collection of binomial trees that satisfies the following Properties: 1. Every Binomial tree in H satisfies the Min-Heap Property. The key of a node is grater than or equal to the key of its parent node. 2. For any non negative integer k, there is maximum one binomial tree in H whose root has degree k.

You might also like