Vidyalelo
Data Structure · Q19

Heaps

Programming · Data Structure · question 19

Q19

Which property does not apply to a min-heap?

A.
The root is the smallest element.
B.
Each parent node is less than or equal to its children.
C.
All levels of the heap are completely filled except possibly the last.
D.
The root is the largest element.
Answer

Answer: Option D

Solution

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