Add reference to Mo's algorithm
This commit is contained in:
parent
e8608fa76f
commit
334cf16de7
2 changed files with 12 additions and 5 deletions
|
|
@ -315,7 +315,8 @@ because both cases take a total of $O(n \sqrt n)$ time.
|
|||
|
||||
\key{Mo's algorithm}\footnote{According to \cite{cod15}, this algorithm
|
||||
is named after Mo Tao, a Chinese competitive programmer, but
|
||||
the technique has appeared earlier in the literature.} can be used in many problems
|
||||
the technique has appeared earlier in the literature \cite{ken06}.}
|
||||
can be used in many problems
|
||||
that require processing range queries in
|
||||
a \emph{static} array.
|
||||
Since the array is static, the queries can be
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue