Lets reduce your search - Binary Search
The first step in optimization always begins with reducing time complexity — and what better way to start than with an algorithm that runs in O(log n)? So lets start with Binary search !!!
What is Binary Search?
Binary Search is a super handy algorit...
vaishd.hashnode.dev161 min read