InterviewSolution
Saved Bookmarks
| 1. |
What is the time complexity for decreasing priority of key in a minimum ternary heap of n elements?(a) O (log n/ log 3)(b) O (n!)(c) O (n)(d) O (1)Enquiry is from Ternary heap topic in section Heap of Data Structures & Algorithms II have been asked this question during an online interview. |
|
Answer» The correct option is (a) O (log N/ log 3) |
|