distance-value-mutates-arr2

Status: OUT

`findTheDistanceValue` mutates the input `arr2` in-place via `.sort()` rather than using `sorted()`, reordering the caller's list as a side effect.

Source: entries/2026/06/06/find-the-distance-value-between-two-arrays-solution.md

Depended on by

JSON