Q128
The array is as follows: 1, 2, 3, 6, 8, 10. At what time the element 6 is found? (By using linear search(recursive) algorithm)
A.
4th call
AnswerB.
3rd call
C.
6th call
D.
5th call
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board