Page 1 of 1

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

Posted: Wed Jul 13, 2022 7:42 pm
by answerhappygod
a) O (log n/ log 3)
b) O (3log n/ log 3)
c) O (n)
d) O (1)