Question
What is a common use of Heap?
Select an option. Your answer will be checked instantly.
Correct Answer: B. priority queue implementation
Explanation:
Heap is commonly used for priority queue implementation.
Its design supports this task efficiently or naturally.
Leave a Reply