NEED HELP IN DP

NEED SERIOUS HELP IN DP.

I know about dp and I solved some problems. But the problem is that I can solve only those particular questions like knapsack, lcs, etc… because everyone teaches those questions in their tutorial. But when I try other questions on dp I would not able to come up with my own solutions and always I have to see the editorial to solve this.

Now I think that this way does not improving me. I think to take my time particular to dp from now onwards until I am not able to solve much questions on dp on my own.

Which is the best way to overcome this problem.(Should I have to start dp from starting ?)
Please tell me from where and how I can do it.
(I have also done starting 5-6 questions of atcoder dp contest but after that I am not able to solve even after tutorial).

PLEASE HELP

My opinion: You should first learn recursion very well.
Then it becomes somewhat easy to learn DP.

OK, I guess that may be one of the problem in which I should focus.

Watch Aditya Verma for DP

Okay Thanks.