ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
How many jumps will be made in the worst case of jump search(let block jumped =k)?
Correct Answer: B — n/k
Worst case occurs when the value to be searched is in the last section of the array. So, in this case the number of jumps will be n/k.