The column method for addition is a good way to add large numbers. It involves writing one number beneath the other so that the digits for each place value line up. You then add the digits, starting ...
Given a string s and an integer k, return the maximum number of vowel letters in any substring of s with length k. Vowel letters in English are 'a', 'e', 'i', 'o', and 'u'.