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.
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board