trim-mean-mutates-input

Status: IN

`trimMean` calls `arr.sort()` which modifies the caller's list in-place, destroying original element ordering.

Source: entries/2026/06/06/mean-of-array-after-removing-some-elements-solution.md

JSON