Vidyalelo
Data Structure · Q94

Binary Search Trees(B Tree)

Programming · Data Structure · question 94

Q94

What is the time complexity for finding the node at x position where n is the length of the rope?

A.
O (log n)
Answer
B.
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