Question 12
Consider a min-heap implemented using an array with distinct elements. Which of the following statements about the time complexity of operations on a min-heap is/are true in the worst case?
Inserting a new element into a min-heap can be performed in time.
Finding the second minimum element in a min-heap can be performed in time.
Finding the maximum element in a min-heap can be performed in time.
Deleting the minimum element from a min-heap can be performed in time.