Algorithms
Binary Search
Visual guide to Binary Search: halving search space each step. Watch the algorithm find targets in O(log n) time.
Visual guide to Binary Search: halving search space each step. Watch the algorithm find targets in O(log n) time.
Write bug-free binary search: classic, lower bound, upper bound, and equal range variants. Learn binary search on answer for parametric problems.