Question: Given a sorted array of distinct positive integers A[1..n], does there exist any index i satisfying A[i] = i? Give a (log n)-time algorithm to

Given a sorted array of distinct positive integers A[1..n], does there exist any index i satisfying A[i] = i? Give a (log n)-time algorithm to return such an i if one exists. If there are multiple different such indices i, you can return any of them; if there are none, return -1.

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!