A
almurph
Hi,
I'm trying to enumerate all possible permutations of the first 13-
letter of the alphabet in groups of 5. So that's 13^5 combinations or
371,293. The order is unimportant but all patterns should be unique.
For example:
AAAAA
ABAAA
ACAAA
etc...
Problem is though, I'm having difficulty developing a strategy for
complete population. Can any one help me out please. Any suggestions/
ideas/comments/code-samples/ much appreciated.
Thanking you,
Al.
I'm trying to enumerate all possible permutations of the first 13-
letter of the alphabet in groups of 5. So that's 13^5 combinations or
371,293. The order is unimportant but all patterns should be unique.
For example:
AAAAA
ABAAA
ACAAA
etc...
Problem is though, I'm having difficulty developing a strategy for
complete population. Can any one help me out please. Any suggestions/
ideas/comments/code-samples/ much appreciated.
Thanking you,
Al.