No same Permutations

I tried to solve No same permutation problem but I’m getting the wrong answer. Here is a link to my code: https://ide.codingblocks.com/s/189165

Can you suggest any better approach to this problem

@SWIFTY You can use bitmasking to find all the unique generated permutations.

but what is wrong with this code :https://ide.codingblocks.com/s/189165

I am getting wrong answer,why?

@SWIFTY You are not handling duplicacy. You need to remove those.

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.