From dc66cf8ec9f88fc6e09be340806bad9e0b3dc3d2 Mon Sep 17 00:00:00 2001 From: Paul Jungeblut Date: Fri, 17 Nov 2017 20:40:21 +0100 Subject: Adding Niklas Fenwick Tree Code. --- datastructures/datastructures.tex | 1 + 1 file changed, 1 insertion(+) (limited to 'datastructures/datastructures.tex') 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} -- cgit v1.2.3