DSA
DSA copied to clipboard
Subsetsin Java
Information about Algorithm
It's a backtracking question called as Subsets
Given an integer array nums of unique elements, return all possible subsets (the power set).
The solution set must not contain duplicate subsets. Return the solution in any order.
Have you read the Contributing.md and Code of conduct
- [x] Yes
- [ ] No
Other context
I found this question on leetcode the link is here https://leetcode.com/problems/subsets/
Thanks for opening your first issue here! Be sure to follow the issue template!