Examveda

What is the time complexity for splitting the string into two new string in the rope data structure?

A. O (n2)

B. O (n!)

C. O (log n)

D. O (1)

Answer: Option C


This Question Belongs to Data Structure >> Binary Search Trees(B Tree)

Join The Discussion

Related Questions on Binary Search Trees(B Tree)