Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Blankj/awesome-java-leetcode
/ main
Method
main
src/com/blankj/medium/_0022/Solution.java:49–52 ·
view source on GitHub ↗
(String[] args)
Source
from the content-addressed store, hash-verified
47
}
48
49
public
static
void
main(String[] args) {
50
Solution solution =
new
Solution();
51
System.out.println(solution.generateParenthesis(3));
52
}
53
}
Callers
nothing calls this directly
Calls
1
generateParenthesis
Method · 0.95
Tested by
no test coverage detected