CodeCookbook
All topics
Heaps
1 of 10 · 0/— correct
Shuffle
Reset
multiple choice
medium
What is the time complexity of decrease-key in a binary min-heap?
O(log n)
O(n log n)
O(n)
O(1)
← Previous
Next