Hi!
I was trying the at coder DP contest and I wrote a recursive DP solution for problem A . It works fine for 7 test cases but fails for last 4.
The point that is disturbing me is that, similar logic but iterative code of DP is getting accepted for other people.
Can someone please help me with this or point out my mistake if I am doing a foolish one. Thanks in advance.
This is my code
This is the iterative code that works