summaryrefslogtreecommitdiff
path: root/datastructures/datastructures.tex
diff options
context:
space:
mode:
authorJBatzill <batzilljohannes@gmail.com>2014-11-22 20:16:34 +0100
committerJBatzill <batzilljohannes@gmail.com>2014-11-22 20:16:34 +0100
commit213662f659ed8b0a95da110ae6eb5e91e2ecae71 (patch)
tree989842eeec42448e23aa22ee635f05e19332c0db /datastructures/datastructures.tex
parent9753d518eb3204e380bdf4af24145166896bcf76 (diff)
added RMQ.
Diffstat (limited to 'datastructures/datastructures.tex')
-rw-r--r--datastructures/datastructures.tex3
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}