JuniorJunior (1–3 yrs)CodingPythonAmazonUber
Group Anagrams
Group strings that are anagrams of each other. Return the groups in any order.
Answers use simple, clear English.
Time: O(n * k log k)Space: O(n * k)
Confidence
#hashmap#string
Group strings that are anagrams of each other. Return the groups in any order.
Answers use simple, clear English.