0
Please help me to solve Sum of Subset Problem
A program to check if the subset of a set satisfies a given sum Eg:------ sum=17 n=4 A[]={2,4,6,9} Required subset exists subset {2,6,9} has the sum 17 -------------
1 Réponse
0
Could you please show what you have done yourself so far?