counter-subtraction-as-subset-check

Status: IN

`countCharacters` uses `not (Counter(word) - chars_count)` as a sub-multiset containment check — Counter subtraction drops zero/negative counts, so emptiness means every character in the word is available with sufficient multiplicity.

Source: entries/2026/06/06/find-words-that-can-be-formed-by-characters-solution.md

Depended on by

JSON