vowel-strings-range-no-precomputation

Status: IN

`vowelStrings` performs a single O(n) linear scan with no prefix sums or caching — repeated queries over the same array would each pay full cost

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

JSON