You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
@V0ldek If you're talking about PR #647, it's not stale. It's blocked on bug fix for #645 that won't ship until the next major version where we can afford breaking changes. That said, there's nothing stopping from making the fix internal that later exposed through Subsets(0).
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: