Binomial heaps

Home > Computer Science > Algorithms and data structures > Heaps and Priority Queues > Binomial heaps

Binomial heaps are a type of heap data structure made up of smaller trees called "binomial trees". They have some good properties such as faster insertions and merges than a binary heap.