InterviewSolution
Saved Bookmarks
| 1. |
What is the time per operation of merging, insertion and deletion operations in a skew heap?(a) O(N)(b) O(log N)(c) O(N log N)(d) O(N^2)I need to ask this question from Heap topic in division Heap of Data Structures & Algorithms IThis question was posed to me during an interview. |
|
Answer» Correct ANSWER is (b) O(log N) |
|