summaryrefslogtreecommitdiff
path: root/datastructures/datastructures.tex
diff options
context:
space:
mode:
authorPaul Jungeblut <paul.jungeblut@gmail.com>2017-12-22 12:49:35 +0100
committerPaul Jungeblut <paul.jungeblut@gmail.com>2017-12-22 12:49:35 +0100
commit9facd3655e2b86799699a6fdbd566cb4b2a7fb1c (patch)
tree4508df092aa1810d44f35be7f77e5ec3b38f7ca1 /datastructures/datastructures.tex
parent488c92db019d01284cceeb2b8a1ac26c74001aeb (diff)
Adding new code for sparse table implementation and LCA.
Diffstat (limited to 'datastructures/datastructures.tex')
-rw-r--r--datastructures/datastructures.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/datastructures/datastructures.tex b/datastructures/datastructures.tex
index 87d2a6d..b3683bf 100644
--- a/datastructures/datastructures.tex
+++ b/datastructures/datastructures.tex
@@ -13,8 +13,8 @@
\lstinputlisting{datastructures/fenwickTree.cpp}
\lstinputlisting{datastructures/fenwickTreeNiklas.cpp}
-\subsection{Range Minimum Query}
-\lstinputlisting{datastructures/RMQ.cpp}
+\subsection{Sparse Table}
+\lstinputlisting{datastructures/sparseTable.cpp}
\subsection{STL-Tree}
\lstinputlisting{datastructures/stlTree.cpp}