summaryrefslogtreecommitdiff
path: root/datastructures/datastructures.tex
diff options
context:
space:
mode:
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 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}