Binary search
3 articles
1 challenge
1 skill
Learn about binary search, a way to efficiently search an array of items by halving the search space each time.
Quiz: Running time of binary search
Compute how many steps binary search would take to find an item in arrays of various sizes.