Skip to content

Commit

Permalink
Update backtracking/generate_parentheses.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: realstealthninja <[email protected]>
  • Loading branch information
giuseppe-coco and realstealthninja authored Apr 27, 2023
1 parent 3b247a6 commit 728ddde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backtracking/generate_parentheses.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class generate_parentheses {
};

/**
* @brief function that implements backtracking
* @brief function that adds parenthesis to the string.
*
* @param str string build during backtracking
* @param n number of pairs of parentheses
Expand Down

0 comments on commit 728ddde

Please sign in to comment.