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
AnswerC.
2(h)
D.
2h
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board