CBSE Class 12 Computer Science
Question 8 of 68
Data Structures - I : Linear Lists — Question 4
Back to all questionsThe conditions when binary search is applicable are as follows:
- Binary search can only work for sorted arrays.
- Binary search is most effective when random access to elements is available.
- Binary search is advantageous when the array size is large.
- Binary search is useful for saving time and number of comparisons.