Google News
logo
Algorithm - Quiz(MCQ)
What is the time complexity in decreasing the node value in a binomial heap?
A)
O(1)
B)
O(N)
C)
O(logN)
D)
O(NlogN)

Correct Answer :   O(logN)

Advertisement