summaryrefslogtreecommitdiff
path: root/datastructures/datastructures.tex
diff options
context:
space:
mode:
authorPaul Jungeblut <s_jungeb@i08pc55.atis-stud.uni-karlsruhe.de>2014-11-24 14:11:49 +0100
committerPaul Jungeblut <s_jungeb@i08pc55.atis-stud.uni-karlsruhe.de>2014-11-24 14:11:49 +0100
commit172dcb7d3fbfc93145e1c8a4bbd109539a36990e (patch)
tree7a9b43e816affbc18e1991ea1f5a2f51399ae18a /datastructures/datastructures.tex
parenta4d473bfe1d1b77ebc0a6b061d4a126779f48c31 (diff)
parent3bf9e44bf552ef5ceef2a4eef87907cc1a8db09b (diff)
merge
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}