Status: IN
`sumZero` performs no bounds checking on `n`; it relies on LeetCode's guarantee that `1 <= n <= 1000`. Passing `n=0` returns `[]` silently.
Source: entries/2026/06/06/find-n-unique-integers-sum-up-to-zero-solution.md
JSON