MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following is not the required condition for binary search algorithm |
| A. | there must be mechanism to delete and/ or insert elements in list |
| B. | the list must be sorted |
| C. | there should be the direct access to the middle element in any sublist |
| D. | none of the above |
| Answer» B. the list must be sorted | |