71. What is the process of building a ternary heap called?
72. Which operation is not efficiently performed in a d-heap?
73. In a binary min heap containing n elements, the largest element can be found in . . . . . . . . time.
74. What is the worst case time in searching minimum value in weak -heap?
75. Pairing heaps time complexity was inspired by that of?
76. What is the time complexity for inserting a new item in a ternary heap of n elements?
77. What will be the position of 5, when a max heap is constructed on the input elements 5, 70, 45, 7, 12, 15, 13, 65, 30, 25?
78. What are the siblings of smallest element of the given maximum ternary heap?

79. What is the time complexity for decreasing priority of key in a minimum ternary heap of n elements?
80. Choose the correct properties of weak-heap.
Read More Section(Heaps)
Each Section contains maximum 100 MCQs question on Heaps. To get more questions visit other sections.