Binary Search
As we saw previously, we looked at the linear search and how it is able to find a target element by iterating over each and every element in the array
Well, binary search is the second most fundamental search algorithm after linear search.
NB: W...
benjaminrukundo.hashnode.dev2 min read