empty-collection-as-error-signal

Status: IN

Solutions return empty collections (e.g., `[]`) for invalid inputs rather than raising exceptions, following LeetCode's convention of using the return type as the error signal.

Source: entries/2026/06/06/convert-1d-array-into-2d-array-solution.md

JSON