vowel-substring-consonant-break

Status: IN

The inner loop `break` on consonants guarantees no substring containing a consonant is ever counted, and prunes all extensions from position `i` past the first consonant

Source: entries/2026/06/06/count-vowel-substrings-of-a-string-solution.md

JSON