Medium
Quiz
#49 Group Anagrams
APPROACH
Given an array of strings strs, group the anagrams together. You can return the answer in any order.
1 of 4
What is the optimal approach for this problem?
#49 Group Anagrams
APPROACH
Given an array of strings strs, group the anagrams together. You can return the answer in any order.
What is the optimal approach for this problem?