Freq of all char in string

sir i am not able to pass all test cases
please help

@Megha2468
hello megha,
is this code is for code compression or freq of char?

The code is for string compression

ok so it has logical error.
for example if
input string is aaaabbbccaa
output string shuld be a4b3c2a2 but urs will give a6b3c2c6

how to correct it sir

@Megha2468
that frequency logic will not work.
check this approach ->
image

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.