InterviewSolution
Saved Bookmarks
| 1. |
What is the amortized cost per operation of a skew heap?(a) O(N)(b) O(N log N)(c) O(N^2)(d) O(log N)My question is from Heap in division Heap of Data Structures & Algorithms IThe question was asked in quiz. |
|
Answer» The correct choice is (d) O(log N) |
|