Loading practice questions
Exponential search algorithm requires which of the following condition to be true?
Correct Answer: A — array should be sorted
Explanation:
Exponential sort requires the input array to be sorted. The algorithm would fail to give the correct result if array is not sorted.