Skip to content

Commit

Permalink
Update Permutation_of_given_string.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
STREIN-11 authored Nov 11, 2023
1 parent f8d1805 commit bb93f6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Daily/Permutation_of_given_string.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb93f6f

Please sign in to comment.