From 552fefb4e2e17eef67ca5f488c06ec361af1ecf6 Mon Sep 17 00:00:00 2001 From: Navid Samanghoon Date: Wed, 22 Oct 2025 22:17:16 +0200 Subject: Added a flowchart --- report/flowchart.drawio.png | Bin 0 -> 30777 bytes report/report.tex | 9 ++++++++- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 report/flowchart.drawio.png diff --git a/report/flowchart.drawio.png b/report/flowchart.drawio.png new file mode 100644 index 0000000..bae5f9e Binary files /dev/null and b/report/flowchart.drawio.png differ 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} -- cgit v1.2.3-70-g09d2