ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
What is the time complexity of Jump Search?
Correct Answer: C — O(sqrt(n))
Since the size of the step is sqrt(n), the complexity is also obviously O(sqrt(n)).