two-sum-less-than-k-returns-neg-one

Status: IN

The function returns `-1` (not `None` or an exception) when no pair sum is strictly less than `k`

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

JSON