Building Recursion Mindset | Day 1 Part 1 | Dynamic Programming workshop | Vivek Gupta

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

КОМЕНТАРІ • 43

  • @amansabale4025
    @amansabale4025 2 роки тому +40

    Today I saw the difference between a DSA teacher and a CP teacher, loved your concept/format to understand recursion.

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

      Truee, the depth of understanding is just on a different level.

    • @amansabale4025
      @amansabale4025 2 роки тому +8

      @@lakshyamittal3098 true that, even though I have done recursion and dp, this format never occurred to me, I think it comes with the grind.

  • @gautham7244
    @gautham7244 2 роки тому +6

    No one taught the concept of level, choice,check and move in the entire UA-cam directly....Loved the video....Thanks a lot mate ❤️

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

    Day1 Let's Go!

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

    Awesome explanation 🔥🔥

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

    Loved the it!, more and more content like this. And also, please make video how , when and at level we can start giving contest and tips and tricks. It will be very helpful for us bhaiya.

  • @Sandeep-zd6dq
    @Sandeep-zd6dq 2 роки тому +1

    Who all thought of greedy solution in example 3 just after seeing the problem (sorting)😂 even we know that it won't work. but now i will always formulate problems in LCCM framework before proceeding to the solution.

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

    👍👍👍👍👍👍just awesome...👍👍👍

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

    Hi, in the third example you discussed could we also model the dp states or levels as follows:
    dp[i][t][ct]=max skill you get from first i tasks given you have atmost t time and you have ct slots rather than modelling as a subset?
    I guess the transitions then can be: dp[i][t][ct]=max(dp[i-1][t][ct],dp[i-1][t-time[i]][ct-1]+skill[i])

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

    best Video 🔥 , thank you

  • @rachakondaeshwar4129
    @rachakondaeshwar4129 6 місяців тому

    Very interesting

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

    Done

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

    best explanationv

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

    can you link some good problem of recursion ? Thank you

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

    Great video. How do you know whether a problem is greedy or dp? This is something i often struggle with. Could you take this up in detail in one of the sessions? It would really help.

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

      Yes... for now let's assume its DP (as we are DP workshop)... next we will learn that too.

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

    Thankyou !

  • @sseu123
    @sseu123 4 місяці тому

    Day 01 start

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

    Bhaiya bs ab ek aisa graph ka bhi le aao

  • @Dr.dhumketuIITDholakpur
    @Dr.dhumketuIITDholakpur 6 місяців тому

    having a doubt , like when the recursion will happen and the function will call itself then everytime the value of ans will be zero and that don't makes any sense to me so can please help me to fix that out ?

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

    🛐

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

    Sir, Why I'm getting tle on correct code on your platform?

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

    day 2 ka vidoe nahi ane wala?

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

    Practice link not working please help

  • @Abhishek-fo3fc
    @Abhishek-fo3fc 2 роки тому

    DAY 1 PART 1 DONE

  • @justlc7
    @justlc7 6 місяців тому

    Is this the same content as in your course?

    • @vivekgupta3484
      @vivekgupta3484  6 місяців тому

      This is sort of 1 week of 4 week content on DP.

    • @justlc7
      @justlc7 6 місяців тому

      @@vivekgupta3484 got it, and I also wanted to check does the course have codes in python, as I want to do CP etc. in python only

    • @vivekgupta3484
      @vivekgupta3484  6 місяців тому

      @@justlc7 No, the course is in C++ mostly.

  • @AmanChauhan-hr1wh
    @AmanChauhan-hr1wh 2 роки тому

    anyone took notes...can you pls share??

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

    Problem link is 404....Thanks for the video

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

      Make sure that you have registered first.

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

      @@vivekgupta3484 Registration (bitly) link is also not working

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

      @@yagniktalaviya2146 use algozenith.com/dpworkshop

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

    Acraider orz

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

    Linked list after dp please 🙏

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

    Last one is 0/1 knapsack

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

    Recursion ka logic hee nhi banta yr