Blind 75 - Group Anagram
compare the count of letters in each word and put group them in a map
compare the count of letters in each word and put group them in a map
count all numbers. sort. and return top k. Use streams to make it cleaner. or use bucket sort.