Mistrator / contestlib

A team reference document for programming competitions.
0 stars 0 forks source link

Reduce sparse segtree memory usage #6

Closed Mistrator closed 5 years ago

Mistrator commented 5 years ago

Remove range bounds from node, pass them instead as parameters to functions. This reduces the memory footprint.