ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Jump search algorithm requires which of the following condition to be true?
Correct Answer: A — array should be sorted
Jump sort requires the input array to be sorted. The algorithm would fail to give the correct result if array is not sorted.