Vidyalelo
Data Structure · Q81

Searching Algorithms

Programming · Data Structure · question 81

Q81

Given an input arr = 2, 5, 7, 99, 899; key = 899; What is the level of recursion?

A.
5
B.
2
C.
3
Answer
D.
4

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board