2 Posts tagged with LINEAR SEARCH
Linear Search Algorithm - Searching Algorithms
In Linear Search, we traverse the array sequentially to and check if the element is matching with the given target element or not.
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