Please help me to solve Sum of Subset Problem | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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 -------------

28th May 2020, 8:31 AM
Amogh Saxena
Amogh Saxena - avatar
1 Answer
0
Could you please show what you have done yourself so far?
28th May 2020, 9:00 AM
Kuba Siekierzyński
Kuba Siekierzyński - avatar