In this question we just need to print frequency or something else ??
All test case not passed
@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