diff options
| author | MZuenni <michi.zuendorf@gmail.com> | 2023-03-01 14:27:03 +0100 |
|---|---|---|
| committer | MZuenni <michi.zuendorf@gmail.com> | 2023-03-01 14:27:03 +0100 |
| commit | 53e80ad9276856b31553acbcbfe69a156a1d907f (patch) | |
| tree | 786e065fc0ff1c80fdc769833e14f6f86a5e84d1 /datastructures | |
| parent | 1074350c83504afe32cf4a14f43da82431d93d91 (diff) | |
removed direct calls to lst
Diffstat (limited to 'datastructures')
| -rw-r--r-- | datastructures/datastructures.tex | 2 |
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} |
