Vidyalelo
Data Structure · Q38

Heaps

Programming · Data Structure · question 38

Q38

How is the structure of a binary heap affected when you increase the size of the heap?

A.
The heap grows by adding nodes to the end.
Answer
B.
The heap automatically rebalances itself.
C.
The heap elements are sorted.
D.
The heap size must be manually adjusted.

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board