Vidyalelo
Data Structure · Q147

Binary Search Trees(B Tree)

Programming · Data Structure · question 147

Q147

What is the time complexity for maintaining a dynamic set of weighted trees?

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

Answer: Option C

Solution

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