+ 1
How to shuffle String input
How do I scramble a user string input such that it will print out all the possible arrangement without repetition
4 Answers
+ 1
take a look to the "permutation algorithms" subject ;)
0
OK, we're can I see it
0
google.com is the best reference ;))
0
I can give you my code for this program if you want