This commit is contained in:
Jacob Delgado 2023-07-19 22:46:58 -07:00
parent 9b887b2191
commit 571fd5d3d2

View File

@ -0,0 +1,7 @@
def generateParenthesis(n):
"""
:type n: int
:rtype: List[str]
"""
generateParenthesis(3)