From 0ab75cddde1c959fe434c6554f1d3e1ed2719780 Mon Sep 17 00:00:00 2001 From: Paul Jungeblut Date: Sun, 2 Oct 2016 18:49:19 +0200 Subject: Optical improvements of the datastructures section. --- 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 7b5b076..4267090 100644 --- a/datastructures/datastructures.tex +++ b/datastructures/datastructures.tex @@ -5,8 +5,8 @@ \subsection{Segmentbaum} \lstinputlisting{datastructures/segmentTree.cpp} -\lstinline{update()} kann so umgeschrieben werden, dass ganze Intervalle geändert werden. -Dazu muss ein Offset in den inneren Knoten des Baums gespeichert werden. +Mit \lstinline{update()} können ganze Intervalle geändert werden. +Dazu: Offset in den inneren Knoten des Baums speichern. \subsection{Fenwick Tree} \lstinputlisting{datastructures/fenwickTree.cpp} -- cgit v1.2.3