special-array-mutates-input

Status: IN

`specialArray` sorts the input list in-place with `nums.sort(reverse=True)`, mutating the caller's data — callers must copy first if they need the original order.

Source: entries/2026/06/06/special-array-with-x-elements-greater-than-or-equal-x-solution.md

JSON