two-sum-less-than-k-monotonic-convergence

Status: IN

Each loop iteration moves exactly one pointer inward, guaranteeing termination in at most n-1 steps

Source: entries/2026/06/06/two-sum-less-than-k-solution.md

JSON