common-chars-assumes-nonempty-input

Status: IN

`commonChars` indexes `words[0]` unconditionally and will raise `IndexError` on an empty list, relying on LeetCode's non-empty guarantee.

Source: entries/2026/06/06/find-common-characters-solution.md

JSON