contest-algorithms 0.3.0

Common algorithms and data structures for programming contests
Documentation
1
2
3
# 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](https://codeforces.com/blog/entry/68419).