Skip to content

Bug Report for subsets-ii #4060

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
uday12321 opened this issue Apr 19, 2025 · 0 comments
Open

Bug Report for subsets-ii #4060

uday12321 opened this issue Apr 19, 2025 · 0 comments

Comments

@uday12321
Copy link

Bug Report for https://neetcode.io/problems/subsets-ii

given input : [1, 2 ,1]

We need to have [1, 2] (index 0, 1)and [2, 1](index 1, 2) in the expected output, right?
How can we assume these 2 are duplicates?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant