i wrote the code same as in video but ouput coming wrong
Minimum steps top down ouput coming wrong
Hi,
In line 22 it should be op3 not op1.
In line 32 it should be dp[n + 1], so that you can access dp[n].
In line 33 you are always passing 10, instead of ānā.