Vidyalelo
Data Structure · Q156

Binary Search Trees(B Tree)

Programming · Data Structure · question 156

Q156

What should be the condition for the level of a left node?

A.
It should be less than or equal to that of its parent
B.
It should be greater than that of its parent
C.
It should be strictly less than that of its parent
Answer
D.
The level should be equal to one

Answer: Option C

Solution

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