Group Anagrams

Hard
LeetCode #49

Given a list of words, group the anagrams together. Print each group as a list on its own line, with groups sorted by their first element, and words within each group sorted alphabetically.

Given variables
words: a list of strings
2 test cases
Hit Test to see output...
Loading WASM...Docs

You are not logged in.