Q. Which of the following is not the required condition for binary search algorithm (Solved)
1. there must be mechanism to delete and/ or insert elements in list
2. the list must be sorted
3. there should be the direct access to the middle element in any sublist
4. none of the above
- a. there must be mechanism to delete and/ or insert elements in list