common-chars-space-bounded-by-alphabet

Status: IN

The Counter in `commonChars` is bounded by at most 26 keys (lowercase English letters), making space complexity O(1) regardless of input size.

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

JSON