Binary Search : Identifying monotonic patterns
Abstract
Binary search is a very common and widely used strategy for solving many algorithmic problems. The problems around binary search are common in tech interviews as well as programming contests. There are numerous applications of this algorithm...
ramandeepsingh.hashnode.dev12 min read
Sriramkumar Jothimani
Explaining monotonic function is the easiest but explaining how it applies to a problem is trickier. Thanks for that.