Vidyalelo
Data Structure · Q212

Binary Search Trees(B Tree)

Programming · Data Structure · question 212

Q212

What is the time complexity for deleting the string to form a new string in the rope data structure?

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

Answer: Option C

Solution

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