Status: IN
`trimMean` is O(n log n) dominated by the sort; the subsequent slice and sum are O(n).
Source: entries/2026/06/06/mean-of-array-after-removing-some-elements-solution.md
JSON