Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 11dc74f

Browse files
kkty39labuladong
authored andcommitted
fix code: java 22
1 parent bc4507a commit 11dc74f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎多语言解法代码/solution_code.md‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26875,7 +26875,6 @@ func backtrack(left int, right int, track *string, res *[]string) {
2687526875
```java
2687626876
// by labuladong (java)
2687726877
class Solution {
26878-
2687926878
public List<String> generateParenthesis(int n) {
2688026879
if (n == 0) return new ArrayList<>();
2688126880
// 记录所有合法的括号组合

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /