8 lessons · DSA pattern
Binary Search
You've already used "two indices converging" twice. Binary Search is the same skeleton — applied to a sorted search space, with halving. You already saw it…
Start learning →You've already used "two indices converging" twice. Binary Search is the same skeleton — applied to a sorted search space, with halving. You already saw it…
Start learning →