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)

Best explanation: The AMORTIZED time efficiency for performing DELETION of a minimum element is mathematically FOUND to be O(log N).



Discussion

No Comment Found

Related InterviewSolutions