Vidyalelo
Data Structure · Q239

Binary Search Trees(B Tree)

Programming · Data Structure · question 239

Q239

What must be the ideal size of array if the height of tree is 'l'?

A.
2l-1
Answer
B.
l-1
C.
l
D.
2l

Answer: Option A

Solution

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