Complete Dynamic Programming Practice - Noob to Expert (Continued) | Topic Stream 2

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 พ.ย. 2024

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

  • @akshaytata
    @akshaytata 4 ปีที่แล้ว +13

    You are doing the right thing. Keep doing what you are doing. The ability to explain someone is very important to work in teams.

  • @rohangarg5473
    @rohangarg5473 4 ปีที่แล้ว +15

    Thank you so much for making these videos. It helped me a lot and I just cant wait to see more videos like this.
    Just a small suggestion or request is that, kindly dont get too much side tracked while explaining solutions. Like sometime, you are explaining something and in the middle, completely out of no where a question or comment is posted in live chat(even sometimes which is completely unrelated to current question) and you get side tracked into that and later after some time, you continue from where you left were initially. It actually becomes sometimes annoying in the middle of explanation.
    Better add time stamps in between when you are doing random talks.
    Just a suggestion, nothing more than that.
    Or just disable live chat when you are explaining something and later turn it on once full explanation is done to check for doubts or random talks.
    By the way, Your videos helped me a lot.
    Thank you so much

    • @ColinGalen
      @ColinGalen  4 ปีที่แล้ว +7

      Yeah, sorry, I understand that. I'm still trying to find a good balance of chat interaction, since leaving chat ignored for the 10-20 minutes it may take for me to explain a solution doesn't seem like a great solution either. Timestamps that mark tangents may be a good idea for the archive.

  • @nickwatchesyoutube
    @nickwatchesyoutube 9 หลายเดือนก่อน +8

    i just woke up and my pc is doing its own thing - it just restarted and played through an entire programming tutorial on youtube and went onto this automatically ;-; MY COOKIES!

    • @pegasuster
      @pegasuster 7 หลายเดือนก่อน +2

      I just woke up to this too hahah

    • @iampappaj
      @iampappaj 3 หลายเดือนก่อน +1

      Uhm... same here....feels like someone is hacking your comp to play this video?

    • @Podraxify
      @Podraxify 3 หลายเดือนก่อน +2

      exact same scenario for me, im scared.

    • @kfiqldbauadb6951
      @kfiqldbauadb6951 2 หลายเดือนก่อน +1

      This happened me rn but on my phone man I'm terrified

    • @dushyantsharma2522
      @dushyantsharma2522 2 หลายเดือนก่อน

      same here with me guys i opened my laptop in morning and this video was playing

  • @carloseduardo-dx3em
    @carloseduardo-dx3em 7 หลายเดือนก่อน +1

    Четко, коротко, по делу!

  • @Sufian-nr9cv
    @Sufian-nr9cv 4 หลายเดือนก่อน +2

    3:10 don't say that

  • @farhansaif3044
    @farhansaif3044 4 ปีที่แล้ว +2

    Thank you for making these videos, they help me a lot.

  • @imranif3899
    @imranif3899 4 ปีที่แล้ว +1

    Congratulations for reaching 5K subs! (i know i'm late..)

  • @sg1192k
    @sg1192k 3 ปีที่แล้ว +3

    @1:31:00
    why does the transition also include dp(group,table-1)?
    You either assign ther table to group - > dp(group-1,table-1)+P(group)
    or you dont -> dp(group-1,table)
    Why the third transition?
    Please explain if possible

    • @MatCaliMat
      @MatCaliMat ปีที่แล้ว

      I think he was wrong, this transition is not required. I did the problem without such a transition and I got AC

    • @sakshammisra189
      @sakshammisra189 4 หลายเดือนก่อน

      yes i was thinking of the exact same thing too

    • @FM1234
      @FM1234 4 หลายเดือนก่อน

      what if you can't use the current table (let's say at index t), but can use the table at, let's say t + 1 or t + 2. You need to skip the table there.
      e.g.
      tables: 1 1 500
      groups:
      size: 5 1000 1000
      money: 1000 1 1
      What would happen here? You could define it as using the next possible table (in the transition to include the group), but that seems much easier done with the third transition

  • @jakeambrose4294
    @jakeambrose4294 ปีที่แล้ว

    I just started the video mind you, but in your learning path video this is what i think i was hoping youd show. As in exact resources and things and places you used for practice. Im not naturally good at this, but i surely have the passion, and this is definitely what i want to be an expert at. So all of your effort is greatly appreciated. Thank you young brother! i can only hope i can get to the international grand master level you have.

  • @RomanReigns-ds8hs
    @RomanReigns-ds8hs 4 ปีที่แล้ว

    At first , i haven't understood your logic for N , but while coding i understood the idea and the code was also neat (with comments). Thanks for the explanation. and I am one of the member who mainly came for problem N....
    .
    .
    .
    Your videos really helps a lot , Thanks once again....

  • @AbhishekKumar-yv6ih
    @AbhishekKumar-yv6ih 3 ปีที่แล้ว +1

    Is the problem (J) really of 2000 difficulty?

  • @josephwong2832
    @josephwong2832 3 ปีที่แล้ว

    awesome tutorials

  • @afvanmj1015
    @afvanmj1015 3 ปีที่แล้ว

    nice explanation

  • @erasylomirtay787
    @erasylomirtay787 4 ปีที่แล้ว

    Hi! Could you recommend some resources for learning c++? How you learn c++? Or c++ too hard for beginner?

    • @ColinGalen
      @ColinGalen  4 ปีที่แล้ว +1

      I learned C++ by solving problems with it and using the internet/documentation (e.g. cplusplus.com). Solving basic problems will force you to be able to use things like input/output, then you can build up from there.

  • @LeoLeo-nx5gi
    @LeoLeo-nx5gi 4 ปีที่แล้ว

    Can u pls use dark mode for further streams?

  • @lotteryplayer
    @lotteryplayer 5 หลายเดือนก่อน

    You said it 9x

  • @robinli4610
    @robinli4610 4 ปีที่แล้ว

    could you add subtitle for the video? My listening skill of english is really poor.

    • @ColinGalen
      @ColinGalen  4 ปีที่แล้ว +2

      I think TH-cam will do it automatically.

    • @dheerajyoo
      @dheerajyoo 4 ปีที่แล้ว

      But this video has not any subtitle option

    • @II_xD_II
      @II_xD_II 4 ปีที่แล้ว

      just watch English movies without sub

    • @RomanReigns-ds8hs
      @RomanReigns-ds8hs 4 ปีที่แล้ว

      @@dheerajyoo it does have..

    • @RomanReigns-ds8hs
      @RomanReigns-ds8hs 4 ปีที่แล้ว

      @@II_xD_II thats a cool idea.

  • @sainikhil1453
    @sainikhil1453 4 ปีที่แล้ว

    👍

  • @RomanReigns-ds8hs
    @RomanReigns-ds8hs 4 ปีที่แล้ว +1

    Time stamps??

  • @voka803
    @voka803 2 ปีที่แล้ว

    Mic quality from hell

    • @ron0studios
      @ron0studios 2 ปีที่แล้ว +1

      atleast there isnt' any background noise...

    • @King_Georges_Calcified_Elbow
      @King_Georges_Calcified_Elbow ปีที่แล้ว

      it's great, it's like listening to an audio documentary from the 1960s

  • @pleasesirmorevideos4684
    @pleasesirmorevideos4684 4 ปีที่แล้ว

    😁

  • @nathanrobbins6530
    @nathanrobbins6530 11 หลายเดือนก่อน

    2:42:59 Ι δον'τ εωεν θνδερστανδ τηισ, πλεασε εχπλαιν βεττερ?????????

  • @SusanSkankasaurus
    @SusanSkankasaurus ปีที่แล้ว

    test