Vidyalelo
Data Structure · Q134

Heaps

Programming · Data Structure · question 134

Q134

The procedure FindMin() to find the minimum element and the procedure DeleteMin() to delete the minimum element in min heap take . . . . . . . .

A.
logarithmic and linear time constant respectively
B.
constant and linear time respectively
C.
constant and quadratic time respectively
D.
constant and logarithmic time respectively
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board