vowel-set-module-level

Status: IN

The `VOWELS` set in `count-the-number-of-vowel-strings-in-range/solution.py` is allocated once at module load, not per method call, paired with a module-level `is_vowel` helper outside the `Solution` class

Source: entries/2026/06/06/count-the-number-of-vowel-strings-in-range-solution.md

JSON