👩💻 Join our community of thousands of amazing developers!
1064. Fixed Point Given an array of distinct integers arr, where arr is sorted in ascending order, return the smallest index i that satisfies arr[i] == i. If there is no such index, return -1. ...