initialize problem 49

This commit is contained in:
Jacob Delgado 2023-08-04 03:31:18 -07:00
parent 10c4e5c6b0
commit 866df8030f

View File

@ -0,0 +1,5 @@
def groupAnagrams(self, strs):
"""
:type strs: List[str]
:rtype: List[List[str]]
"""