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

Function main

test/test_fenwick_tree.cpp:92–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92int main() {
93 test_fenwick_sum();
94 test_fenwick_min();
95 test_fenwick_sum_onebased();
96}

Callers

nothing calls this directly

Calls 3

test_fenwick_sumFunction · 0.85
test_fenwick_minFunction · 0.85

Tested by

no test coverage detected