Page 1 of 1

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

Posted: Wed Jul 13, 2022 7:42 pm
by answerhappygod
a) O (log n)
b) O (n!)
c) O (n2)
d) O (1)