Vidyalelo
Data Structure · Q134

Binary Search Trees(B Tree)

Programming · Data Structure · question 134

Q134

Figure below is a balanced binary tree. If a node inserted as child of the node R, how many nodes will become unbalanced?

Figure below is a balanced binary tree. If a node inserted as child of the node R, how many nodes will become unbalanced?
Binary Search Trees(B Tree) mcq question image
A.
2
B.
1
Answer
C.
3
D.
0

Answer: Option B

Solution

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