Status: IN
`count_vowel_substrings` is O(n²) worst-case by design, acceptable given the problem's n ≤ 100 constraint — an O(n) sliding-window solution exists but is not used here
Source: entries/2026/06/06/count-vowel-substrings-of-a-string-solution.md