Sponsored
Sponsored
Use these hints if you're stuck. Try solving on your own first.
This is an implementation problem.
Try to extract each character with its corresponding frequency.
Sum the frequencies for a single character.
Sort characters and append them to a string in alphabetical order.