PBPraneeth Bhargavinpraneeth-bhargav.hashnode.dev·May 27, 2023 · 3 min readBinary Search from a different perspectiveEver wondered how useful binary search can be for solving different problems? This blog will discuss binary search from a different perspective, not just searching in the sorted array. Let’s understand this by walking through the below problem. You c...00