diff options
Diffstat (limited to '')
| -rw-r--r-- | report/flowchart.drawio.png | bin | 0 -> 30777 bytes | |||
| -rw-r--r-- | report/report.tex | 9 |
2 files changed, 8 insertions, 1 deletions
diff --git a/report/flowchart.drawio.png b/report/flowchart.drawio.png Binary files differnew file mode 100644 index 0000000..bae5f9e --- /dev/null +++ b/report/flowchart.drawio.png diff --git a/report/report.tex b/report/report.tex index 5a11cb6..9192c5b 100644 --- a/report/report.tex +++ b/report/report.tex @@ -8,7 +8,7 @@ \usepackage{booktabs} \usepackage{siunitx} \usepackage{algorithm2e} - +\usepackage{float} \geometry{a4paper} \begin{document} @@ -50,7 +50,14 @@ Several test instances consisting of uniformly random coordinates will be created with the goal of comparing the implementations actual runtime to their theoretical runtimes. These datasets will be ranging from 10,000 to 5,000,000 elements, including edge cases with duplicates or nearly sorted lists. + \section{Design} +\begin{figure}[H] + \centering + \includegraphics[scale=0.6]{flowchart.drawio.png} + \caption{Program flow} + \label{fig:flowchart} +\end{figure} \section{Implementation} \section{Evaluation} \begin{tikzpicture} |