Help for DP

I started coding last year around this time and in a year I learned a lot but not enough. I fluctuate between 2 and 3 stars and I haven’t been able to upsolve from last few months. I found out what I lack and it seems to be that I don’t know DP so I started learning DP but I am never able to understand how to implement DP.
Can anyone please guide me in learning DP and what else do I need to study to improve my coding?

Go to Code Monk and learn the DP basics from there .They have a good resource .Then solve the Code Monk’s DP problems from easy to hard .
All the best .

I tried that but the problem that I am facing is that I am not able to understand on which problem I need to use DP. I just can’t differentiate a DP problem from a normal problem. Even if somehow I understand that a problem requires DP I am not able to implement DP properly.

These playlists might help if you are a beginner:

There are many more on youtube, you can search it yourself.

1 Like

Now this seems helpful. Thanks!!