Posts by Alan H. • 11 points
1 post
-
1
votes1
answer542
viewsQ: Given a list of words, return the size of each descending anagram group
I have a file with a list of words, each in a line of the txt. I need to group those that are anagrams and return the size of the group, in descending order. Follow an example: cat, bed, aeds, drop,…