Q268
What is the time complexity for inserting the string and forming a new string in the rope data structure?
A.
O (log n)
AnswerB.
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