Loading practice questions
Which of the following is not an application of binary search?
Correct Answer: D — To search in unordered list
Explanation:
In Binary search, the elements in the list should be sorted. It is applicable only for ordered list. Hence Binary search in unordered list is not an application.