Binary Search from a different perspective
May 27, 2023 · 3 min read · 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...
Join discussion