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

generating permutations #171

Open
mfulton26 opened this issue Sep 18, 2020 · 1 comment
Open

generating permutations #171

mfulton26 opened this issue Sep 18, 2020 · 1 comment

Comments

@mfulton26
Copy link

Would you be open to the addition of a generator function to generate all permutations of an array?

e.g. I have one I ported from Collections2.java · google/guava that I could contribute. It is an implementation of the Plain Changes algorithm for permutations generation described in Knuth's "The Art of Computer Programming", Volume 4, Chapter 7, Section 7.2.1.2.

@curran
Copy link

curran commented Sep 18, 2020

That sounds cool.

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

Successfully merging a pull request may close this issue.

2 participants