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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!