Single Choice
Easy
QWhat is the time complexity of deleting the minimum element from a binary heap of n elements?
ID: #5767
Heap
142 views
Question Info
#5767Q ID
EasyDifficulty
HeapTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
Answer: b) O(log n)
Explanation: The time complexity of deleting the minimum element from a binary heap of n elements is O(log n).
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic