Vidyalelo
Data Structure · Q273

Binary Search Trees(B Tree)

Programming · Data Structure · question 273

Q273

What is the upper bound for a tango tree if k is a number of interleaves?

A.
k+2 O (log (log n))
B.
k O (log n)
C.
K2 O (log n)
D.
k+1 O (log (log n))
Answer

Answer: Option D

Solution

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