How to find all characters in a string whose appearance is greater than 2
- by Summer_More_More_Tea
Hi folks:
I have a question about algorithm:
How to find all characters in a string whose appearance is greater than a specific number, say 2 for example efficiently?
Regards.