Question
What is a common use of Min-Heap?
Select an option. Your answer will be checked instantly.
Correct Answer: B. repeatedly retrieving the smallest element
Explanation:
Min-Heap is commonly used for repeatedly retrieving the smallest element.
Its design supports this task efficiently or naturally.
Leave a Reply