Vidyalelo
Data Structure · Q268

Binary Search Trees(B Tree)

Programming · Data Structure · question 268

Q268

What is the time complexity for inserting the string and forming a new string in the rope data structure?

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

Answer: Option A

Solution

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