Uncrossed Lines - Leetcode 1035 - Python

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

КОМЕНТАРІ • 35

  • @vanditdubey8346
    @vanditdubey8346 Рік тому +15

    neetcode for the win 🔥please upload daily don't break the consistency you know with you I'm also solving the problems which I would have never even touch by myself
    keep up the good work
    stay consistent

  • @johnnyfraser-y9s
    @johnnyfraser-y9s Рік тому +1

    super helpful - can't believe you've got content this good on the 2nd channel!

  • @peterdavidmora-stevens9185
    @peterdavidmora-stevens9185 Рік тому +4

    Time to buckle down and learn some more Dynamic Programming! I'm onto heaps and graphs rn, so this might be challenging, but fun! (Just one more day closer to my interview, gotta grind)!

  • @sarvesh6785
    @sarvesh6785 Рік тому +3

    Thank you so much for explaining this. It cleared up a lot of my doubts about dynamic programming. You also explained it very well.

  • @kingKabali
    @kingKabali Рік тому

    Wow! This is one of the best explanation for Tabulation, and yes for the problem too.

  • @michael._.
    @michael._. Рік тому +1

    This video explanation is an art

  • @aniketmahangare8333
    @aniketmahangare8333 Рік тому

    Please continue this series, I am solving one problem a day from January 1st & your videos has helped me stay consistent

  • @prithulsarker5605
    @prithulsarker5605 Рік тому

    Your methods of solving are inspiring! Keep up the good work!!!

  • @DivineVision201
    @DivineVision201 Рік тому +1

    thanks NeetCode for the wonderful video. I really enjoyed the explanation and your approach towards any problem. Looking forward for more contents. Awesome!

  • @MP-ny3ep
    @MP-ny3ep Рік тому

    Great in depth explanation. Thank you so much !

  • @akash5653
    @akash5653 Рік тому

    Love the way you explain it. Thank You!

  • @et8660
    @et8660 Рік тому +4

    Thank you! This video is just perfect! I recognize the increase in dedication with respect to last months videos, I (we) really appreciate it!
    Just a question: are you drawing everything with your mouse? Is that an iPad? Just a curiosity because I never see the cursor "jumping"

    • @nw3052
      @nw3052 Рік тому

      I assume he uses some kind of tablet, the cursor moves much like it would in one. 15:48

  • @PureArtMV
    @PureArtMV Рік тому

    Your videos are always helpful, thank you!

  • @annoyingorange90
    @annoyingorange90 Рік тому

    this is sooo funny, 30 seconds into the video I understood lol

  • @tg-shyam2887
    @tg-shyam2887 Рік тому +1

    u saved my day bro🥺

  • @krateskim4169
    @krateskim4169 Рік тому

    Thank you so much for this

  • @Bryan-eg7si
    @Bryan-eg7si Рік тому

    Awesome work

  • @def__init
    @def__init Рік тому

    Neetcode is uploading daily LC, daily JS challenge, AND working on quizzes feature.
    Whats stopping you from at least completing one question a day?

  • @yg1095
    @yg1095 Рік тому

    Amazing video!

  • @raihanulalamhridoy4714
    @raihanulalamhridoy4714 Рік тому

    I wonder why "recursion + memoization" was less efficient (26%) in terms of time complexity than nested for loops in tabulation (92%).

    • @NeetCodeIO
      @NeetCodeIO  Рік тому +1

      I think there's more overhead with functions, adding and removing from the call stacl

  • @ShailPM
    @ShailPM 7 місяців тому

    messing around with array indexes just makes it more confusing to read. Its better to start bottom up

  • @aniketmahangare8333
    @aniketmahangare8333 Рік тому

    you're awesome 🔥 dp always terrifies me, but your explanation wasn't alient to me at all.

  • @ExamSolutions_et
    @ExamSolutions_et Рік тому

    always freaking me out

  • @sharathkumar8338
    @sharathkumar8338 Рік тому +1

    How do you solve problems so easily.?? I have solved over 750 problems but I still struggle for solving some of the medium level problems.

    • @adib4361
      @adib4361 Рік тому

      Same bro i haven't solved 750 problems but i still can't solve all problems by myself

    • @machj2592
      @machj2592 Рік тому +4

      nah youre doing it wrong bro
      just solve all the patterns in every topic and revise them until you solve an unknown medium problem by recognising the pattern in it.
      i have solved around 300 patterned problems and so far i have solved 10-12 medium problems on my own and for the rest i recognised the pattern and came up with the right algorithm.

    • @sharathkumar8338
      @sharathkumar8338 Рік тому

      @@machj2592 thank you for the info.

    • @adib4361
      @adib4361 Рік тому

      @@machj2592 bro do you feel that the neetcode 150 has all required patterns and if one does them we can atleast start to recognize patterns??

    • @mustafazakiassagaf1757
      @mustafazakiassagaf1757 Рік тому

      ​@@adib4361for me personally it's not enough. i need to to more easy and medium problem before i truly get the pattern. but neetcode 150 problem really helps with categorizing the problem that i need to solve.

  • @dyashwanth9822
    @dyashwanth9822 Рік тому

    Please do upload videos same like this with topic explanation and give us reference question (this question is alike LCS)

  • @ouchlock
    @ouchlock Рік тому

    still it is hard for me to solve even medium dp problems

  • @riyaz3409
    @riyaz3409 Рік тому

    🥺❤

  • @itoroukpong1107
    @itoroukpong1107 Рік тому

    watching this video explanation feels like a huge burden has been lifted off you. #dp