1647. Minimum Deletions to Make Character Frequencies Unique (28/06/2022)
Problem:
A string s is called good if there are no two different characters in s that have the same frequency.
Given a string s, return the minimum number of characters you need to delete to make s good.
The frequency of a character in a ...
leetcodes.hashnode.dev2 min read