Hello, I am solving the subset sum problem. The approach I used is to count the total number of subsets adding upto 0 and then if the count of these subsets is greater than 0 then print Yes otherwise print No. I am not getting the desired output, please have a look and tell me where am I making mistakes.
Problem: https://online.codingblocks.com/app/player/79595/content/88835/4760/code-challenge