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

Function main

test/test_segment_tree.cpp:166–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166int main() {
167 test_section_implementation();
168 test_section_maximum_and_count();
169 test_section_kth_zero();
170 test_section_maximal_subsegment();
171 test_section_smallest_number_greater_or_equal();
172 test_kth_smallest_persistent();
173}

Callers

nothing calls this directly

Tested by

no test coverage detected