Google News
logo
Data Structures Algorithms - Quiz(MCQ)
Which of the following is not the required condition for binary search algorithm?
A)
The list must be sorted
B)
There must be mechanism to delete and/or insert elements in list
C)
there should be the direct access to the middle element in any sublist
D)
None of the above

Correct Answer :   There must be mechanism to delete and/or insert elements in list

Advertisement