Maximum Length of Repeated Subarray (LeetCode 718) | Longest Common Substring | Simplified

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

Komentáře • 15

  • @BRBallin1
    @BRBallin1 Před 3 měsíci +1

    Great explanation. Very easy to follow along

  • @nexonsensei3793
    @nexonsensei3793 Před 4 měsíci +1

    Really great explanation, I understood it very clearly❤

  • @shivraj940
    @shivraj940 Před 10 měsíci +1

    Awesome bro, Clear explanation.

    • @nikoo28
      @nikoo28  Před 9 měsíci

      Glad you liked it

  • @user-jv6sq3mz3b
    @user-jv6sq3mz3b Před 3 měsíci

    Thank you very match, you have a so clear diction and explanation!

  • @MrEastgalaxy
    @MrEastgalaxy Před 10 měsíci +1

    Love the channel!🎉🎉

  • @MahedeeHasan
    @MahedeeHasan Před 6 měsíci +1

    Great explanation. I like your video very much.

  • @hrushirajg9991
    @hrushirajg9991 Před 17 dny

    Nice explanation

  • @subee128
    @subee128 Před 7 měsíci +1

    Thanks

  • @Praasanthkahe
    @Praasanthkahe Před 4 měsíci

    what about , choosing the greatest value among the values above and before if the values of the array are different , if equal we can add one with the diagonal value ; where we can just return the dp[m][n]

    • @nikoo28
      @nikoo28  Před 3 měsíci

      Can you provide a pseudo code so I can verify

  • @srivyshnavi6271
    @srivyshnavi6271 Před měsícem

    how to get that memozation logic?? like how will I know the rules of filling the table and analysing the answer??

    • @nikoo28
      @nikoo28  Před měsícem

      how do you understand any logic?? just by sheer practice...once you solve more problems, you will start seeing patterns.