Vidyalelo
Data Structure · Q3

Binary Search Trees(B Tree)

Programming · Data Structure · question 3

Q3

What is the maximum number of children a node in a Binary Search Tree (BST) can have?

A.
1
B.
2
Answer
C.
3
D.
Any number

Answer: Option B

Solution

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