Question: Write a divide and conquer algorithm for the following problem: given a sorted array A of n distinct integers, some of which may be negative,
Write a divide and conquer algorithm for the following problem: given a sorted array A of n distinct integers, some of which may be negative, the problem is to find an index such that 1 <= i <= n provided such an index exists, else it returns a -1. If there are many such indices, algorithm can return any one of them. Calculate it's time complexity.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
