map/group_anagrams library

Functions

groupAnagrams(List<String> words) List<List<String>>
Groups words that are anagrams of each other.