ACAbhideep Choubeyinbinary-search-on-function.hashnode.dev·Jun 30, 2025 · 3 min readBinary Search IntroLet’s start with dissecting the word Binary Search. Whenever the word binary comes, you will come across base 2 terms, and search means searching. In simple words, if I say it is dividing the search space into half each time based on conditions. Let’...00