E
E
Elnur Tazhimbetov2018-11-07 09:42:40
Java
Elnur Tazhimbetov, 2018-11-07 09:42:40

All possible permutations of the word?

There is a "word" = abcdefghijklmnopqrstuvwxyz It is
necessary that there are all possible permutations with a length of 11. How to do this?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
Mikhail Lyalin, 2018-11-07
@tazhimbetov

https://stackoverflow.com/questions/1242726/generating-all-permuta...

V
Vladimir Olohtonov, 2018-11-07
@sgjurano

There are actually 2 tasks here:
1) choosing 11 elements from a set
2) generating all permutations for this subset

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question