MCPcopy Create free account
hub / github.com/cp-algorithms/cp-algorithms / main

Function main

test/test_balanced_brackets.cpp:77–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77int main() {
78 for (int n = 1; n <= 10; n++)
79 test_all(n);
80
81 for (int n = 1; n <= 5; n++)
82 test_all2(n);
83}

Callers

nothing calls this directly

Calls 2

test_allFunction · 0.85
test_all2Function · 0.85

Tested by

no test coverage detected