Q126
What is the time complexity for creating a new node and then performing concatenation in the rope data structure?
A.
O (log n)
B.
O (n!)
C.
O (n2)
D.
O (1)
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board