Searching Algorithms: Dissection of Linear Search and Binary Search.
The word 'search' means 'to find something'. And 'algorithm' means a process of solving a problem or task step by step. So, searching algorithm is to find something through specific sequence of rules.
The interesting fact is that we constantly use al...
rezwan.hashnode.dev7 min read