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