

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