summaryrefslogtreecommitdiff
path: root/content/datastructures/datastructures.tex
diff options
context:
space:
mode:
Diffstat (limited to 'content/datastructures/datastructures.tex')
-rw-r--r--content/datastructures/datastructures.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/datastructures/datastructures.tex b/content/datastructures/datastructures.tex
index 1c51475..38d63d9 100644
--- a/content/datastructures/datastructures.tex
+++ b/content/datastructures/datastructures.tex
@@ -78,7 +78,7 @@
\sourcecode{datastructures/bitset.cpp}
\end{algorithm}
-\begin{algorithm}{Link-Cut-Tree}
+\begin{algorithm}{Link/Cut Tree}
\begin{methods}
\method{LCT}{baut Wald auf}{n}
\method{connected}{prüft ob zwei Knoten im selben Baum liegen}{\log(n)}