Find the Longest Substring Having Vowels in Even Counts
Try to solve the Find the Longest Substring Containing Vowels in Even Counts problem.
We'll cover the following
Statement
Given the string s
, return the length of the longest
Constraints:
s.length
s
 contains only lowercase English letters.
Examples
Level up your interview prep. Join Educative to access 80+ hands-on prep courses.