I am getting run error in 1 test case in subset sum to target problem

Hello @vinaykumar4530,

I have modified your code:

Problem:
at every cell of matrix, you are checking for target i.e. the final sum required

Solution:
You are required to check for j

Hope, this would help.
Give a like, if you are satisfied.

1 Like