Count the Number of Vowel Strings in Range | Leetcode 2586

preview_player
Показать описание
Count the Number of Vowel Strings in Range
Leetcode problem number 2586

JAVA interview programming playlist:

Git Repo:
Рекомендации по теме
Комментарии
Автор

Code is almost right but there is little bit change int s =word[i].charAt(0) ; here datatype of s should be char and same for e

pushkrajavhad
Автор

Your explanation is really appreciable very sweet and short😀

jayprakashKumar-hphw
Автор

I understand it if we have just 1 word. But here we have sequence and I don't understand how it works because I guees it should count all of the chars in our array with strings. It's confusing for me.

exactly