

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following techniques can be used to search an element in an unsorted array? |
A. | Iterative linear search |
B. | Recursive binary search |
C. | Iterative binary search |
D. | All of the mentioned |
Answer» B. Recursive binary search | |