Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Blankj/awesome-java-leetcode
/ main
Method
main
src/com/blankj/easy/_0020/Solution.java:29–33 ·
view source on GitHub ↗
(String[] args)
Source
from the content-addressed store, hash-verified
27
}
28
29
public
static
void
main(String[] args) {
30
Solution solution =
new
Solution();
31
System.out.println(solution.isValid(
"()[]{}({[]})"
));
32
System.out.println(solution.isValid(
"(])]"
));
33
}
34
}
Callers
nothing calls this directly
Calls
1
isValid
Method · 0.95
Tested by
no test coverage detected