diff options
| author | JBatzill <batzilljohannes@gmail.com> | 2014-11-22 20:16:34 +0100 |
|---|---|---|
| committer | JBatzill <batzilljohannes@gmail.com> | 2014-11-22 20:16:34 +0100 |
| commit | 213662f659ed8b0a95da110ae6eb5e91e2ecae71 (patch) | |
| tree | 989842eeec42448e23aa22ee635f05e19332c0db /datastructures | |
| parent | 9753d518eb3204e380bdf4af24145166896bcf76 (diff) | |
added RMQ.
Diffstat (limited to 'datastructures')
| -rw-r--r-- | datastructures/datastructures.tex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/datastructures/datastructures.tex b/datastructures/datastructures.tex index c314400..baa4fec 100644 --- a/datastructures/datastructures.tex +++ b/datastructures/datastructures.tex @@ -5,3 +5,6 @@ \subsection{Segmentbaum} \lstinputlisting{datastructures/segmentTree.cpp} + +\subsection{Range Minimum Query} +\lstinputlisting{datastructures/RMQ.cpp} |
