prob: https://hack.codingblocks.com/app/contests/2022/1061/problem
sol: https://ide.codingblocks.com/s/392466
I have tried to solve this problem using 2 pointer approach if whenever I find x I swap with the left side and increment both pointers
prob: https://hack.codingblocks.com/app/contests/2022/1061/problem
sol: https://ide.codingblocks.com/s/392466
I have tried to solve this problem using 2 pointer approach if whenever I find x I swap with the left side and increment both pointers
Hello @raghav007 your approach is not correct according to me.
you can easily do with recursion in this way:
if you have any doubt in this you can ask here:
Happy Learning!!
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.