1.

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» E.


Discussion

No Comment Found