1456. Maximum Number of Vowels in a Substring of Given Length
1456. Maximum Number of Vowels in a Substring of Given Length
Description
Given a string s
and an integer k
, return the maximum number of vowel letters in any substring of s
with length k
.