Coding Interview Questions: No. 57 - Integer Identical to Index
Problem: Integers in an array are unique and increasingly sorted. Please write a function/method to find an integer from the array who equals to its index. For example, in the array {-3, -1, 1, 3, 5}, the number 3 equals its index 3.Read full article from Coding Interview Questions: No. 57 - Integer Identical to Index