Skip to main content

3 docs tagged with "Binary Search"

View all tags

Binary Search

Given a sorted array of integers, find the index of a given target value.

First Bad Version

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.