aboutsummaryrefslogtreecommitdiff
path: root/report/report.tex
diff options
context:
space:
mode:
Diffstat (limited to 'report/report.tex')
-rw-r--r--report/report.tex9
1 files changed, 8 insertions, 1 deletions
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}