Skip to content

Latest commit

 

History

History

range_query

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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.