Skip to content

Commit 728ddde

Browse files
Update backtracking/generate_parentheses.cpp
Co-authored-by: realstealthninja <[email protected]>
1 parent 3b247a6 commit 728ddde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backtracking/generate_parentheses.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class generate_parentheses {
3434
};
3535

3636
/**
37-
* @brief function that implements backtracking
37+
* @brief function that adds parenthesis to the string.
3838
*
3939
* @param str string build during backtracking
4040
* @param n number of pairs of parentheses

0 commit comments

Comments
 (0)