Page 1 of 1

How can Jump Search be improved?

Posted: Wed Jul 13, 2022 6:15 pm
by answerhappygod
a) Start searching from the end
b) Begin from the kth item, where k is the step size
c) Cannot be improved
d) Step size should be other than sqrt(n)