Vidyalelo
Data Structure · Q37

Binary Search Trees(B Tree)

Programming · Data Structure · question 37

Q37

What is the minimum number of nodes required to form a Binary Search Tree (BST) of height h?

A.
2h - 1
B.
2(h+1) - 1
Answer
C.
2(h)
D.
2h

Answer: Option B

Solution

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