InterviewSolution
Saved Bookmarks
| 1. |
The amortized time efficiency for performing deletion of a minimum element is?(a) O(N)(b) O(log N)(c) O(N^2)(d) O(M log N)I need to ask this question from Heap in chapter Heap of Data Structures & Algorithms II have been asked this question in semester exam. |
|
Answer» The CORRECT answer is (b) O(log N) |
|