Skip to content

Commit aae962b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 74e537d commit aae962b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

backtracking/generate_parentheses_iterative.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Generate Parentheses using Iterative Backtracking.
33
https://leetcode.com/problems/generate-parentheses/
44
"""
5+
6+
57
def generate_parentheses_iterative(length: int) -> list:
68
"""
79
Generate all valid combinations of parentheses (Iterative Approach).

0 commit comments

Comments
 (0)