All test case not passed


In this question we just need to print frequency or something else ??

@711tri in this question you have to compress only consecutive same alphabets.
for ex if input is “aaabbccaab”
output should be “a3b2c2a2b1”

okay thanks …

1 Like