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.
1.4k
0
Do you find this helpful?
5

Discussion

No comments yet