iterates-only-c1-keys

Status: IN

`countWords` only iterates over `c1`'s keys, never `c2`'s — words exclusive to `words2` are never examined, which is correct since common words must appear in both arrays.

Source: entries/2026/06/06/count-common-words-with-one-occurrence-solution.md

JSON