MCPcopy Create free account
hub / github.com/SuprDewd/CompetitiveProgramming / segment

Class segment

code/data-structures/sqrt_decomposition.cpp:1–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1struct segment {
2 vi arr;
3 segment(vi _arr) : arr(_arr) { } };
4vector<segment> T;
5int K;
6void rebuild() {

Callers 3

rebuildFunction · 0.70
splitFunction · 0.70
insertFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected