Skip to content

Commit 18a0851

Browse files
Update backtracking/generate_parentheses.cpp
Co-authored-by: David Leal <[email protected]>
1 parent 352cf4d commit 18a0851

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backtracking/generate_parentheses.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ class generate_parentheses {
3232
public:
3333
std::vector<std::string> generate(int n);
3434
};
35-
} // namespace backtracking
3635

3736
/**
3837
* @brief function that implements backtracking

0 commit comments

Comments
 (0)