Vidyalelo
Data Structure · Q80

Heaps

Programming · Data Structure · question 80

Q80

Choose the correct properties of weak-heap.

A.
Every node has value greater than the value of child node
B.
Every right child of node has greater value than parent node
Answer
C.
Every left child of node has greater value than parent node
D.
Every left and right child of node has same value as parent node

Answer: Option B

Solution

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