Vidyalelo
Data Structure · Q758

Miscellaneous on Data Structures

Programming · Data Structure · question 758

Q758

What is the set partition 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
C.
checking whether the set can be divided into two subsets of with equal sum of elements and printing true or false based on the result
Answer
D.
finding subsets with equal sum of elements

Answer: Option C

Solution

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