What is wrong in my code

@kundankumarsports2 Only one line below the if statements works if you did not use curly brackets.
It is always advised to use brackets wherever required. I have fixed the code.
Further optimisation possible, Try to iterate over alphabets from a-z and then compare their frequencies, instead of going throught the entire string again. That would reduce it to O(n) complexity.

still its not working it will give only the last character


Sorry my bad, I didnt reset the count to zero. now it works fine.

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.