initialize problem 49
This commit is contained in:
parent
10c4e5c6b0
commit
866df8030f
5
Top150Interview/49_Group_Anagrams.py
Normal file
5
Top150Interview/49_Group_Anagrams.py
Normal file
@ -0,0 +1,5 @@
|
||||
def groupAnagrams(self, strs):
|
||||
"""
|
||||
:type strs: List[str]
|
||||
:rtype: List[List[str]]
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user