leetcode 32 Longest Valid Parentheses

Sdílet
Vložit
  • čas přidán 7. 09. 2024

Komentáře • 28

  • @susrandomguy
    @susrandomguy Před rokem +1

    10/10 for both solution and explanation.

  • @prathamjagga5597
    @prathamjagga5597 Před 3 lety +2

    best explanation ever

  • @ayushsrivastava5659
    @ayushsrivastava5659 Před 4 lety +2

    Thanks sir, probably the best explanation!!

    • @codebix1096
      @codebix1096  Před 4 lety +2

      For more such explanations you can subscribe to this channel :)

    • @codebix1096
      @codebix1096  Před 4 lety +2

      join this facebook group to get updates of upcoming videos and discussions
      facebook.com/groups/258049468776636/about

  • @ghoshdipan
    @ghoshdipan Před 3 lety +1

    half of the ans is solved using + and then suddenly -

  • @lolista
    @lolista Před 4 lety

    Hey, if possible, can you just give me the thought process behind, how you came up with this solution? Thanks and it helped me..

  • @lk-lz2kk
    @lk-lz2kk Před 4 měsíci

    runtime error nhi aa rha kya "())" par... dp[1]=?

  • @ananyaarya2465
    @ananyaarya2465 Před 3 lety +1

    bhaiya yrr aap hindi mein samjhao,pehle wale m kitna acha samjhate the!!

  • @anonymous-kl1un
    @anonymous-kl1un Před 4 lety

    Can this be solved using recursion? If yes then please give me some tip so that I can proceed?

  • @chodingninjas7415
    @chodingninjas7415 Před 4 lety +1

    Can you do regular expression matching leetcode 10

  • @Iamnoone56
    @Iamnoone56 Před 2 lety

    it would be better sir if you would have explained recursive code first

  • @AtulKumar-nx5gh
    @AtulKumar-nx5gh Před 4 lety +1

    make a stack one

  • @whylifts
    @whylifts Před 3 lety

    which software do you use to teach sir?

  • @chodingninjas7415
    @chodingninjas7415 Před 4 lety

    Great explanation man

    • @codebix1096
      @codebix1096  Před 4 lety +1

      thanks bro
      hit the like button if you like this lecture
      and you can also subscribe to this channel for more such content :)

    • @theexplorer9012
      @theexplorer9012 Před 2 měsíci

      nice name btw 🤣🤣🤣🤣

  • @shubhamchaudhary7769
    @shubhamchaudhary7769 Před 2 lety

    Please make the stack solution video *Please Please Please Please*

  • @shivamvishwakarma294
    @shivamvishwakarma294 Před 2 lety

    at least try to improve your sound quality..Be prof.

  • @nehanigam4997
    @nehanigam4997 Před 3 lety +1

    one suggestion - try to explain the thought process first, rather than calculating the values with numbers substitution.

    • @codebix1096
      @codebix1096  Před 3 lety

      Noted
      Thank you.
      Follow our linkedin page for regular updates www.linkedin.com/company/codebix/?viewAsMember=true

  • @ayushgarg5929
    @ayushgarg5929 Před 4 lety

    This method Won't always give correct answer...that stack method is only true...this method fails in many cases