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