Please correct my code
Hello @Lovishbansal,
I have corrected your code:
Refer to comments.
Hope, this would help.
Give a like if you are satisfied.
Sir why there is no need to swap again (Backtrack)
Hey @Lovishbansal,
Because that will change the order of the elements causing non-lexicographical order of strings
Example:
cabd
With swap, Output:
abcd
abdc
acbd
acdb
adcb
adbc
bacd
badc
bcad
bcda
bdca
bdac
Hope, it is clear now.
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.