The problem is so simple. You are given a string and you have to remove all duplicate characters from the string and print the list of unique characters occurring in the input string, along with the number of occurrences each.
This is a companion discussion topic for the original entry at https://toph.co/p/remove-duplicates