array-partition-mutates-input

Status: IN

`nums.sort()` mutates the caller's list in-place rather than using `sorted()` to preserve the original.

Source: entries/2026/06/06/array-partition-solution.md

JSON