#algorithms
Read more stories on Hashnode
Articles with this tag
Binary Search is a searching algorithm for finding an element's position in a sorted array. Binary search looks for a particular item by comparing the...
Linear Search is defined as a sequential search algorithm that starts at one end and goes through each element of a list until the desired element is...