Print all permutations of String #61
Labels
easy
This doesn't seem right
hactoberfest-accepted
Java
Something isn't working
up for grabs
Good for newcomers
Write a Java program to print all permutations of a given String. For example, if given String is "BAD" then your program should print all 6 permutations of this string, e.g. "BAD," "ABD," "ADB," "DAB," "DBA," and "BDA"
The text was updated successfully, but these errors were encountered: