In this video we will look at Binary search algorithm.
Binary Search example with illustration
Binary Search code in java
Binary Search Space and Time Complexity
Binary Search is a searching algorithm for finding an element's position in a sorted array.
In this approach, the element is always searched in the middle of a portion of an array.
#binarysearch
#dsa
#algorithm