Page 1 of 1

What is the time complexity of Jump Search?

Posted: Wed Jul 13, 2022 6:15 pm
by answerhappygod
a) O(logn)
b) O(n)
c) O(sqrt(n))
d) O(nlogn)