Status: IN
`largest_perimeter_triangle()` sorts the input list in-place via `nums.sort()`; callers who need the original order must copy before calling.
Source: entries/2026/06/06/largest-perimeter-triangle-solution.md
JSON