MCPcopy Create free account
hub / github.com/Ainevsia/Leetcode-Rust / main

Function main

678. Valid Parenthesis String/Solution.cpp:59–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57};
58
59int main() {
60 Solution a;
61 bool x = a.checkValidString("(");
62 cout << x;
63 return 0;
64}
65

Callers

nothing calls this directly

Calls 1

checkValidStringMethod · 0.80

Tested by

no test coverage detected