You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perform a binary search in a sorted 1D array, take in a value and return the index of where that value in that array is found, or -1 if not found in array.