Vidyalelo
Data Structure · Q218

Binary Search Trees(B Tree)

Programming · Data Structure · question 218

Q218

What is the time complexity for the initialization of top tree?

A.
O (n)
Answer
B.
O (n2)
C.
O (log n)
D.
O (n!)

Answer: Option A

Solution

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