
Asked in TCS and 12 others
Given a sorted array of integers, write a function that uses binary search with recursion to find the index of a target value. If the target value is not found in the array, return -1.

AnswerBot
1mo
Binary search is an efficient algorithm for finding an item from a sorted array by repeatedly dividing the search interval in half.
Binary search works on sorted arrays only.
It has a time complexity of...read more
Help your peers!
Add answer anonymously...
Interview Questions from Popular Companies

3.7
• 8.7k Interviews

4.0
• 5.4k Interviews

3.5
• 4.2k Interviews

3.6
• 8k Interviews

3.7
• 6k Interviews

3.7
• 6.1k Interviews

3.5
• 4.2k Interviews

3.7
• 5.1k Interviews
Stay ahead in your career. Get AmbitionBox app


Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+
Reviews
10L+
Interviews
4 Cr+
Salaries
1.5 Cr+
Users
Contribute to help millions
AmbitionBox Awards
Get AmbitionBox app

