Vidyalelo
Data Structure · Q126

Binary Search Trees(B Tree)

Programming · Data Structure · question 126

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)
Answer

Answer: Option D

Solution

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