Binary Search from a different perspective
Ever 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...
May 27, 20233 min read