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

Function main

98. Validate Binary Search Tree/Solution.cpp:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33};
34
35int main() {
36 Solution s;
37 s.isValidBST(NULL);
38 return 0;
39}
40

Callers

nothing calls this directly

Calls 1

isValidBSTMethod · 0.80

Tested by

no test coverage detected