previous
|
start
|
next
Permutations of a String
Design a class that will list all permutations of a string
A permutation is a rearrangement of the letters
The string
"eat"
has six permutations
"eat"
"eta"
"aet"
"tea"
"tae"
previous
|
start
|
next