11.
What is the main advantage of using a binary heap for implementing a priority queue?

12.
In a min-heap, what happens when you decrease the value of a node?

17.
What is the main difference between a binary heap and a binary search tree?

18.
How do you restore the heap property after extracting the maximum element from a max-heap?

19.
Which property does not apply to a min-heap?

Read More Section(Heaps)

Each Section contains maximum 100 MCQs question on Heaps. To get more questions visit other sections.