-
Notifications
You must be signed in to change notification settings - Fork 419
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
All possible combinations of N size #366
Comments
Best would be to nudge user109260 on stackoverflow.com to contribute here with tests. |
It would be useful to do this for permutations. Perhaps the methods are |
@atifaziz Is this issue dead? I actually implemented this and a version with permutations only by hand and would gladly switch to a solid MoreLINQ implementation, or contribute my implementation here, but it seems there is a PR already only that it's stale. |
I actually downloaded morelinq for this, but found it did not include this.
Solution and example:
https://stackoverflow.com/questions/33336540/how-to-use-linq-to-find-all-combinations-of-n-items-from-a-set-of-numbers
The text was updated successfully, but these errors were encountered: