Vidyalelo
Data Structure · Q79

Heaps

Programming · Data Structure · question 79

Q79

What is the time complexity for decreasing priority of key in a minimum ternary heap of n elements?

A.
O (log n/ log 3)
Answer
B.
O (n!)
C.
O (n)
D.
O (1)

Answer: Option A

Solution

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