MCPcopy Create free account
hub / github.com/acm-clan/algorithm-stone / update

Method update

templates/segment-tree.cpp:98–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 }
97
98 void update(int pos, int val)
99 {
100 updateNode(root, pos, val);
101 dump(root);
102 }
103
104 int sumRange(int l, int r)
105 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected