in reply to Re: scrambling all letters in a word until all combinations are found
in thread scrambling all letters in a word until all combinations are found
If you have the code available, I'd love to see the Perl code.
So what this is doing is..
@list contains the scrambled letters, ie: @list = (aesfght);
Then for each letter, we push it into @words following the next iterated letter. From here, I get kind of lost.
Thanks!
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: scrambling all letters in a word until all combinations are found
by cmeyer (Pilgrim) on Feb 03, 2006 at 18:07 UTC |