3K followers • Intermediate
Dec 12, 2020 • 1h 30m • 1.2K views
In this class, we will discuss binary search beyond sorted arrays, i.e., using binary search over monotonic functions, converting a problem into its boolean counterpart, and then applying binary search over the range of answers.