Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 329 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 329 Bytes

Associative Range Query (ARQ) and Mo's Algorithm

For more information on Associative Range Query, you may research "segment trees" in the programming contest literature. My implementation is more general than usual; for more information on it, please see my blog post on Codeforces.