McqMate
Q. |
Consider the array {1,1,1,1,1}. Select the wrong option? |
A. | iterative linear search can be used to search for the elements in the given array |
B. | recursive linear search can be used to search for the elements in the given array |
C. | recursive binary search can be used to search for the elements in the given array |
D. | no method is defined to search for an element in the given array |
Answer» D. no method is defined to search for an element in the given array | |
Explanation: iterative linear search, recursive linear search and recursive binary search can be applied to search for an element in the above given array. |
View all MCQs in
Design and Analysis of AlgorithmsNo comments yet