Question

In a binomial heap, if the root is greater than the left child and less than the right child, which of the following statements is correct?

A This violates the properties of a binomial heap.
B This is a common property of a min-heap.
C This is a common property of a max-heap.
D This situation indicates the heap is balanced.
E This is typical in a Fibonacci heap.
Practice Next

Hey! Ask a query