Skip to content

Conversation

@rxiddhi
Copy link
Contributor

@rxiddhi rxiddhi commented Oct 27, 2025

Implementation:
You are given an integer array nums of size n and a target integer target. Your task is to find and return all the subsets of nums such that the sum of the elements in each subset is equal to target.

Constraints:
1≤n≤20
1≤nums[i]≤100
1≤target≤10^5

Implementation:
You are given an integer array nums of size n and a target integer target. Your task is to find and return all the subsets of nums such that the sum of the elements in each subset is equal to target.

Constraints:
1≤n≤20 
1≤nums[i]≤100  
1≤target≤10^5
@ghostmkg ghostmkg merged commit 63c4032 into ghostmkg:main Oct 28, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants