1.

In a Heap tree

A. Values in a node is greater than every value in left sub tree and smaller than right sub tree
B. Values in a node is greater than every value in children of it
C. Both of above conditions applies
D. None of above conditions applies
Answer» C. Both of above conditions applies


Discussion

No Comment Found