aboutsummaryrefslogtreecommitdiff
path: root/report/report.tex
diff options
context:
space:
mode:
authorNavid Samanghoon <nsama24@student.sdu.dk>2025-10-22 22:17:16 +0200
committermithe24 <mithe24@student.sdu.dk>2025-10-29 13:49:57 +0100
commit552fefb4e2e17eef67ca5f488c06ec361af1ecf6 (patch)
tree1075cddf66e4362502b38b890f77d502092bb08d /report/report.tex
parentf5d183e85aea35b68bb3f48956a0098417763953 (diff)
downloadsorter-552fefb4e2e17eef67ca5f488c06ec361af1ecf6.tar.gz
sorter-552fefb4e2e17eef67ca5f488c06ec361af1ecf6.zip
Added a flowchart
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}