Vidyalelo
Data Structure · Q451

Sorting Algorithms

Programming · Data Structure · question 451

Q451

What is the time taken to perform a delete min operation?

A.
O(N)
B.
O(N log N)
C.
O(log N)
Answer
D.
O(N2)

Answer: Option C

Solution

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