ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Which of the following is not an application of binary search?
Correct Answer: D — To search in unordered list
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.