I know the basic idea of DP & recursion. But it takes to many times to solve a simple DP.How can I become skilled in DP & Recursion ? Is there any basic idea which help me to catch the type of problem & help to find the correct approach?
Thanks in advance....
As for the method itself, I guess once you know its a DP prob, you just have to find the sub structure