Why did my code fail in one of the test cases?
my code is :
Challenges : Max Frequency Character
just compare if(currentsum>maxsum)
after closing the j loop before it
Hi Krishanu
Your code fails on single character string.
You need to check for maxsum after the loop for j.
Hope it helps
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.