Leetcode Find the Longest Substring Containing Vowels in Even Counts

Поділитися
Вставка
  • Опубліковано 16 гру 2024

КОМЕНТАРІ • 28

  • @samyakjain7422
    @samyakjain7422 2 роки тому +4

    after watching this video almost around 10 times i was able to understand its logic and now i finally feel it was worth it. thanks man!

  • @Nidhi-Dodiya-1014
    @Nidhi-Dodiya-1014 3 місяці тому +3

    best video after a wasted search of 1hr!!!! thank you so much! the visualization was op btw

  • @pankajkumarsaini517
    @pankajkumarsaini517 3 роки тому +3

    your solution converts the medium problem into easy. nice explaination.

  • @Pawan_Kumar_Mehta
    @Pawan_Kumar_Mehta 3 роки тому +2

    Sir We need this type of tutorial ( brute force -> optimal -> much optimal) please make this type of video more if you need any type of help regarding sharing video we will do that but please make video your teaching style is very fab....

  • @JEDhanraj
    @JEDhanraj 2 роки тому

    YOU ARE AWESOME ,SUCH A CRYSTAL CLEAR EXPLAINATION U GAVE. PLEASE MAKE VIDEOS ON BIT MASK QUESTION

  • @vikaspanwar5194
    @vikaspanwar5194 2 роки тому

    best in the house sir. Your explanation is just awesome

  • @TECHADVICETEAM
    @TECHADVICETEAM 2 роки тому +2

    great solution man! please cover leetcode contests

    • @sandip_jana
      @sandip_jana  2 роки тому

      Sure i am trying to be consistent.

  • @inno6123
    @inno6123 4 місяці тому +2

    does it matter what numbers are used to represent the vowels? (in your case you used 1/2/4/8/16), why did you use these numbers and why not 1/2/3/4/5?

    • @soumyapachpor5544
      @soumyapachpor5544 3 місяці тому +1

      00000
      uoiea
      every zero represents a bit
      so a-> 00001
      b -> 00010
      .
      .
      .

  • @krishnmohan19
    @krishnmohan19 3 роки тому +1

    very nice explaination .

  • @prachibindal3065
    @prachibindal3065 3 місяці тому

    superbly explained but it's just too hard too think of such a solution by my own. how can I think in such a way of using bit mask and prefix

  • @abhishekjaiswal3562
    @abhishekjaiswal3562 2 роки тому

    Nice explanation, Thank You

  • @ani68
    @ani68 2 роки тому +1

    Great use of bitmask

  • @shivnathsinghgaur5972
    @shivnathsinghgaur5972 3 місяці тому

    Nice explanation

  • @vinaykirpalani5804
    @vinaykirpalani5804 3 роки тому

    nice explaination.

  • @AbhishekTiwari-xt1kt
    @AbhishekTiwari-xt1kt 7 місяців тому

    If lets say 3 vowels had values: 1,2,3
    The xorring them would also give 0 even though they occur just one time?
    How can we make sure in this case also this isnt happening.

  • @debanjanbhattacharjee9477
    @debanjanbhattacharjee9477 3 роки тому

    Sir can you make telegram group where we can post our doubts . It will be very helpful for us because only few people can explain approach such a nice way

    • @sandip_jana
      @sandip_jana  2 роки тому

      Thank You. I have created a discord server.
      Discord Server Link : discord.gg/6HKmbzbMHr

  • @kshitijpandey78
    @kshitijpandey78 2 роки тому

    i want to know the reason of choosing the values of hash as 1, 2, 4 ,8, 16.. i chose 1, 2, 3, 4, 5.. gives wrong answer while true for 1,2,4,8,16

    • @clashmasters7396
      @clashmasters7396 3 місяці тому

      Here 1 ,2,4,8,16 represent 01,10,1000,10000 on xor the original mask value at that 1 position is togeled..

  • @vikashkumar-yv1ww
    @vikashkumar-yv1ww 2 роки тому

    please make more video on best interview question

  • @gorakhkumargupta491
    @gorakhkumargupta491 2 роки тому +1

    Amazing from amazon sde thank you sir

  • @aravindkumaresan2747
    @aravindkumaresan2747 2 роки тому

    While watching the video I could notice a some kind of wavy pattern in the whiteboard. ? Do everyone noticing the same or my mobile faults lol 😂

    • @sandip_jana
      @sandip_jana  2 роки тому

      I guess my light setup needs a fix. Thanks for the feedback :)

  • @shivanshuagrawal9532
    @shivanshuagrawal9532 3 місяці тому

    great

  • @ciarlok7778
    @ciarlok7778 3 місяці тому

    ure sigma