diff options
author | Camil Staps | 2015-10-27 18:13:40 +0100 |
---|---|---|
committer | Camil Staps | 2015-10-27 18:13:40 +0100 |
commit | 76e3b0aa8751eb2280a1739e538c3d3ec5d0a83b (patch) | |
tree | 5e6c7f18214e36e2b85c8c145b508fd85a1070c0 /Practical1/report | |
parent | Start report practical 1 (diff) | |
parent | Start report practical 1 (diff) |
Merge branch 'master' of gitolite:NWI-IBC027-Algoritmen-Datastructuren
Conflicts:
Practical1/report/analysis.tex
Diffstat (limited to 'Practical1/report')
-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 |