Count the Number of Vowel Strings in Range | Leetcode 2586

Поделиться
HTML-код
  • Опубликовано: 12 ноя 2024

Комментарии • 6

  • @jayprakashKumar-hp3hw
    @jayprakashKumar-hp3hw Год назад

    Your explanation is really appreciable very sweet and short😀

  • @pushkrajavhad5665
    @pushkrajavhad5665 Месяц назад +1

    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

  • @exactly4234
    @exactly4234 Месяц назад

    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.

  • @mayappapujari9259
    @mayappapujari9259 10 месяцев назад

    easy to understand....