Q76
What is the time complexity for inserting a new item in a ternary heap of n elements?
A.
O (log n/ log 3)
AnswerB.
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