it not passing 2/9 test cases
Tricky Permutation Problem
@vivekpatel
for input AAA
your o/p
AAA
AAA
AAA
correct:
AAA
you are not removing the duplicates correctly
it not passing 2/9 test cases
@vivekpatel
for input AAA
your o/p
AAA
AAA
AAA
correct:
AAA
you are not removing the duplicates correctly