summaryrefslogtreecommitdiff
path: root/datastructures
diff options
context:
space:
mode:
authorMZuenni <michi.zuendorf@gmail.com>2023-03-01 14:27:03 +0100
committerMZuenni <michi.zuendorf@gmail.com>2023-03-01 14:27:03 +0100
commit53e80ad9276856b31553acbcbfe69a156a1d907f (patch)
tree786e065fc0ff1c80fdc769833e14f6f86a5e84d1 /datastructures
parent1074350c83504afe32cf4a14f43da82431d93d91 (diff)
removed direct calls to lst
Diffstat (limited to 'datastructures')
-rw-r--r--datastructures/datastructures.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/datastructures/datastructures.tex b/datastructures/datastructures.tex
index 761a673..200144c 100644
--- a/datastructures/datastructures.tex
+++ b/datastructures/datastructures.tex
@@ -122,7 +122,7 @@
\method{link}{fügt $\{x,y\}$ Kante ein}{\log(n)}
\method{cut}{entfernt $\{x,y\}$ Kante}{\log(n)}
\method{lca}{berechnet LCA von $x$ und $y$}{\log(n)}
- \method{query}{berechnet \texttt{query} auf den Knoten des $xy$-Pfades}{\log(n)}
+ \method{query}{berechnet \code{query} auf den Knoten des $xy$-Pfades}{\log(n)}
\method{modify}{erhöht jeden wert auf dem $xy$-Pfad}{\log(n)}
\end{methods}
\sourcecode{datastructures/LCT.cpp}