arithmetic-progression-mutates-input

Status: IN

`can_construct` calls `arr.sort()`, mutating the input list in place; callers needing the original order must pass a copy.

Source: entries/2026/06/06/can-make-arithmetic-progression-from-sequence-solution.md

JSON