From 2f958dc3b1733843a7fedc6f8f8d6466f96eda8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 10 May 2021 23:19:47 +0300 Subject: [PATCH] bring back removed subsection --- IV/mj-msc.tex | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/IV/mj-msc.tex b/IV/mj-msc.tex index e14cd54..c1c9071 100644 --- a/IV/mj-msc.tex +++ b/IV/mj-msc.tex @@ -1139,6 +1139,17 @@ exaggerated bend with the algorithm. \end{figure} +\section{Program Implementation} + +NOTE: this should provide a higher-level overview of the written code: + +\begin{itemize} + \item State machine (which functions call when). + \item Algorithmic complexity. + \item Expected runtime given the number of bends/vertices, some performance + experiments. +\end{itemize} + \section{Results of Experiments} NOTE: this can only be filled after the algorithm implementation is complete.