ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
How can Jump Search be improved?
Correct Answer: B — Begin from the kth item, where k is the step size
This gives a very slight improvement as you are skipping the first k elements.