2 Posts tagged with BINARY SEARCH
Binary Search Algorithm
In Binary Search, we compare the target element with the middle element of the given sorted array and based on the outcome, we further divide the array into half and continue until we find the given element
Data Structures & Algorithms Problems
Square Root of an Integer - Given a non negative integer n, find the largest integer that is less than or equal to √n