Tagged in

Hash

Coding Memo
Coding Memo
leetcode solutions and programming notes
More information
Followers
16
Elsewhere
More, on Medium

[Leetcode] Group Anagrams

An extension from Valid Anagram. Unicode characters would not be inputs in this problem, so sorting will do the trick.

Description

Given an array of strings strs, group the anagrams together. You can return the answer in any order.