Help needed in Learning Dynamic Programming

Hi all, I am a beginner in Dynamic Programming and I am able to solve some standard problem.
I am looking for some good Problems to practice Dynamic Programming Concepts.

So, please can somebody suggest a good set of problems in dynamic programming, so that I can understand the concept thoroughly.!!!

Thank You
Praveen3277

I guess this would help you.
first learn the basic and standard DP problems, which you can do on Leetcode.
Then start with Codeforces. So many problems available over there.

this is what i have got in leetcode https://leetcode.com/discuss/general-discussion/458695/dynamic-programming-patterns

1 Like

well thats a really good article you can refer that.
but that was not what I was mentioning
I mentioned this :-

Sort the problems from easy to hard and start solving them sequentially

@n_supertramp thank you.