Skip to content

Commit 8f994de

Browse files
author
Chi Hi
committed
remove extra comment
1 parent 5870c22 commit 8f994de

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

Backtracking/ParenthesesGenerator.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
/**
22
* @param {number} n
33
* @return {string[]}
4-
* [
5-
"((()))",
6-
"(()())",
7-
"(())()",
8-
"()(())",
9-
"()()()"
10-
]
114
*/
125
const generateParenthesis = function(n) {
136
if (n === 0) {

0 commit comments

Comments
 (0)