Binary Search
Let’s first understand what Searching is :
Searching means doing iterations over the data structure's elements to extract some data. To searching in an array data structure, there are two major techniques :
Linear Search
Binary Search
In this art...
jasblogs.hashnode.dev7 min read