From 9facd3655e2b86799699a6fdbd566cb4b2a7fb1c Mon Sep 17 00:00:00 2001 From: Paul Jungeblut Date: Fri, 22 Dec 2017 12:49:35 +0100 Subject: Adding new code for sparse table implementation and LCA. --- datastructures/datastructures.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'datastructures/datastructures.tex') 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} -- cgit v1.2.3