Will the string input given be sorted?

is the input given in this question always sorted?

@Manvik-Arya-4391661007540658 no the string will not be sorted.
You may get a string like aabbaa
in this case, the output should be a2b2a2.

I hope I have cleared your doubt, please mark it as resolved in case of no further queries.