Skip to content
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

add javascript example of powerset in one line (#381) #415

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

DiscoTiger
Copy link

Please describe your program and how to run it.

This function returns the powerset (all combinations of all lengths) of all elements of an array.


What Programming Language?

Javascript

wzhouwzhou
wzhouwzhou previously approved these changes Oct 27, 2019
Copy link
Owner

@wzhouwzhou wzhouwzhou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Amazing work! Would be interesting to see a solution that checks for duplicates (without cheating with the Set object)

@wzhouwzhou wzhouwzhou added hacktoberfest-accepted Hacktoberfest! Lang: Javascript Contributions made in Javascript labels Oct 27, 2019
@wzhouwzhou wzhouwzhou added the Meta: Contributors Updates to CONTRIBUTORS.md label Oct 3, 2021
Copy link
Owner

@wzhouwzhou wzhouwzhou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest-accepted Hacktoberfest! Lang: Javascript Contributions made in Javascript Meta: Contributors Updates to CONTRIBUTORS.md
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants