diff options
Diffstat (limited to 'Practical1/report/analysis.tex')
-rw-r--r-- | Practical1/report/analysis.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Practical1/report/analysis.tex b/Practical1/report/analysis.tex index 4174e87..32c3f8e 100644 --- a/Practical1/report/analysis.tex +++ b/Practical1/report/analysis.tex @@ -8,7 +8,7 @@ We write $T_{\ms}(n)$ for the running time of $\ms$ on a graph $G$ with $|G|=n$. \subsection{$\ms^1$: \autoref{alg:ms1}} \label{sec:analysis:ms1} -This function is a simple case distinction. Let's therefore consider the complexities of all the cases one by one. The results, along with their line numbers in \autoref{alg:ms1}, may be found in \autoref{tab:analysis:ms1}. +This function is a simple case distinction. Let's therefore consider the complexities of all the cases one by one. The results, along with their line numbers in \autoref{alg:ms1}, may be found in \autoref{tab:analysis-ms1}. \begin{table}[h] \centering |