summaryrefslogtreecommitdiff
path: root/datastructures/datastructures.tex
diff options
context:
space:
mode:
Diffstat (limited to 'datastructures/datastructures.tex')
-rw-r--r--datastructures/datastructures.tex1
1 files changed, 1 insertions, 0 deletions
diff --git a/datastructures/datastructures.tex b/datastructures/datastructures.tex
index 20dec7f..792fc93 100644
--- a/datastructures/datastructures.tex
+++ b/datastructures/datastructures.tex
@@ -10,6 +10,7 @@ Dazu: Offset in den inneren Knoten des Baums speichern.
\subsection{Fenwick Tree}
\lstinputlisting{datastructures/fenwickTree.cpp}
+\lstinputlisting{datastructures/fenwickTreeNiklas.cpp}
\subsection{Range Minimum Query}
\lstinputlisting{datastructures/RMQ.cpp}