Hello,
I need to generate a list of all the possible combinations of 6 letter 'words' from a list of 20 letters.
This should give a total of 27,907,200 'words'! (20 * 19 * 18 * 17 * 16 * 15)
Could some one help me with a code snippet that would generate all the possible combinations?
Or point me to where i can get information on how to go about doing that.
TIA
cpmasesa
I need to generate a list of all the possible combinations of 6 letter 'words' from a list of 20 letters.
This should give a total of 27,907,200 'words'! (20 * 19 * 18 * 17 * 16 * 15)
Could some one help me with a code snippet that would generate all the possible combinations?
Or point me to where i can get information on how to go about doing that.
TIA
cpmasesa