You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
no=1456, title = " Maximum Number of Vowels in a Substring of Given Length", url = "https://leetcode.com/problems/maximum-number-of-vowels-in-a-substring-of-given-length/", level = Level.MEDIUM
)
public class MaximumNumberofVowelsinaSubstringofGivenLength {
public static void main(String[] args) {
MaximumNumberofVowelsinaSubstringofGivenLength m= new MaximumNumberofVowelsinaSubstringofGivenLength();