diff --git a/Daily/Permutation_of_given_string.cpp b/Daily/Permutation_of_given_string.cpp index ad7f7487..51ef959c 100644 --- a/Daily/Permutation_of_given_string.cpp +++ b/Daily/Permutation_of_given_string.cpp @@ -8,6 +8,8 @@ ABC ACB BAC BCA CAB CBA Given string ABC has permutations in 6 forms as ABC, ACB, BAC, BCA, CAB and CBA . + + Input: ABSG Output: ABGS ABSG AGBS AGSB ASBG ASGB BAGS