Question
Which data structure or concept is best described as a heap in which every parent key is no greater than its children’s keys?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Min-Heap
Explanation:
Min-Heap is a heap in which every parent key is no greater than its children's keys.
This description distinguishes it from the other choices.
Leave a Reply