Problem
Submissions

Problem: Find K-Sum Subsets

Statement

Given a setA set is a collection of distinct objects. of nn positive integers, find all the possible subsets of integers that sum up to a number k.

Constraints:

  • 1n101 \leq n \leq 10

  • 1x1001 \leq x \leq 100, where xx is any member of the input set

  • 11 \leqk103\leq 10^3

Problem
Submissions

Problem: Find K-Sum Subsets

Statement

Given a setA set is a collection of distinct objects. of nn positive integers, find all the possible subsets of integers that sum up to a number k.

Constraints:

  • 1n101 \leq n \leq 10

  • 1x1001 \leq x \leq 100, where xx is any member of the input set

  • 11 \leqk103\leq 10^3