We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b247a6 commit 728dddeCopy full SHA for 728ddde
backtracking/generate_parentheses.cpp
@@ -34,7 +34,7 @@ class generate_parentheses {
34
};
35
36
/**
37
- * @brief function that implements backtracking
+ * @brief function that adds parenthesis to the string.
38
*
39
* @param str string build during backtracking
40
* @param n number of pairs of parentheses
0 commit comments