two-sum-less-than-k-sort-mutates

Status: IN

`max_sum_under_k` mutates the input list via in-place sort; callers that need the original order must copy first

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

JSON