InterviewSolution
Saved Bookmarks
| 1. |
Time taken in decreasing the node value in a binomial heap is(a) O(n)(b) O(1)(c) O(logn)(d) O(nlogn)I'm obligated to ask this question of Binomial and Fibonacci Heap in portion Heap of Data Structures & Algorithms IThe question was posed to me in exam. |
|
Answer» Correct option is (c) O(LOGN) |
|