in-place-sort-mutation

Status: IN

Multiple solutions (`max_product_difference`, `maximumProduct`) mutate the caller's list via `nums.sort()` rather than using `sorted()` — callers must copy if they need the original order.

Source: entries/2026/06/06/maximum-product-difference-between-two-pairs-solution.md

JSON