Data Structures

In computer science, Heap refers to which of the following?

Correct answer

D. A tree-based structure that satisfies the heap property, often used to implement priority queues.

Explanation

Heap refers to a tree-based structure that satisfies the heap property, often used to implement priority queues.