A Binomial Heap (B-Heap) is a set of Binomial Trees where each Binomial Tree follows Min Heap property. The main application of Binary Heap is as implement priority queue.
Exey Panteleev | CC BY 2.0