Vidyalelo
Data Structure · Q1108

Miscellaneous on Data Structures

Programming · Data Structure · question 1108

Q1108

What is a subset sum problem?

A.
finding a subset of a set that has sum of elements equal to a given number
B.
checking for the presence of a subset that has sum of elements equal to a given number and printing true or false based on the result
Answer
C.
finding the sum of elements present in a set
D.
finding the sum of all the subsets of a set

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board