Count the Number of Vowel Strings in Range | Leetcode 2586

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ต.ค. 2024
  • Count the Number of Vowel Strings in Range
    Leetcode problem number 2586
    JAVA interview programming playlist:
    • Interview Programming ...
    Git Repo:
    github.com/Tec...

ความคิดเห็น • 5

  • @pushkrajavhad5665
    @pushkrajavhad5665 20 วันที่ผ่านมา +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

  • @jayprakashKumar-hp3hw
    @jayprakashKumar-hp3hw ปีที่แล้ว

    Your explanation is really appreciable very sweet and short😀

  • @exactly4234
    @exactly4234 16 วันที่ผ่านมา

    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 9 หลายเดือนก่อน

    easy to understand....