Group Anagrams
Use a dictionary keyed by the sorted characters of each word, then append each word into the matching bucket.
Group words that are anagrams of each other and return the grouped lists.
Use a dictionary keyed by the sorted characters of each word, then append each word into the matching bucket.
Use a dictionary keyed by the sorted characters of each word, then append each word into the matching bucket.
Group words that are anagrams of each other and return the grouped lists.