binary search

Binary Search Cutaway

Watch the algorithm converge...!

739 words/4 min read
What is binary search? Binary search is an algorithm for searching elements from a sorted array. It far outweighs in benefits compared to a linear search method.