min-abs-diff-mutates-input

Status: IN

`minimumAbsDifference` mutates the caller's list via `arr.sort()` rather than working on a copy — standard for LeetCode solutions in this repo but relevant if the caller retains the list.

Source: entries/2026/06/06/minimum-absolute-difference-solution.md

JSON