From 53e80ad9276856b31553acbcbfe69a156a1d907f Mon Sep 17 00:00:00 2001 From: MZuenni Date: Wed, 1 Mar 2023 14:27:03 +0100 Subject: removed direct calls to lst --- graph/graph.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graph/graph.tex') diff --git a/graph/graph.tex b/graph/graph.tex index ab8d157..f2ad3e7 100644 --- a/graph/graph.tex +++ b/graph/graph.tex @@ -257,8 +257,8 @@ Sei $a_{ij}$ die Adjazenzmatrix von $G$ \textcolor{gray}{(mit $a_{ii} = 1$)}, da \begin{algorithm}{Dynamic Connectivity} \begin{methods} \method{Constructor}{erzeugt Baum ($n$ Knoten, $m$ updates)}{n+m} - \method{addEdge}{fügt Kannte ein,\texttt{id}=delete Zeitpunkt}{\log(n)} - \method{eraseEdge}{entfernt Kante \texttt{id}}{\log(n)} + \method{addEdge}{fügt Kannte ein,\code{id}=delete Zeitpunkt}{\log(n)} + \method{eraseEdge}{entfernt Kante \code{id}}{\log(n)} \end{methods} \sourcecode{graph/connect.cpp} \end{algorithm} -- cgit v1.2.3