Write a program to find all permutations of a string.
Input :
- ABC
Output :
- ABC
- ACB
- BAC
- BCA
- CBA
- CAB
Published By : Hardik Patel
Write a program to find all permutations of a string.
Input :
Output :