Binary Search
Given a sorted array of integers, find the index of a given target value.
Given a sorted array of integers, find the index of a given target value.
Given the total number of versions of a product and an API that checks if a version is bad, find the first version that is bad.
Find a target value in a sorted array that has been rotated at an unknown pivot point.