Has anybody worked on an algorythm to calculate all the possible
letter combinations given a string?
Example:
Given edgar
the program would output
dgare
gared
aredg
redga
etc... and it would do this for all the letters and possible
combinations.
Any ideas?
letter combinations given a string?
Example:
Given edgar
the program would output
dgare
gared
aredg
redga
etc... and it would do this for all the letters and possible
combinations.
Any ideas?
Comment