From 5b37fbf8d78ac66a5d13c84bf4bd072f1ee1ad4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 19 May 2021 22:57:50 +0300 Subject: [PATCH] bring back removed subsection --- mj-msc.tex | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/mj-msc.tex b/mj-msc.tex index e14cd54..c1c9071 100644 --- a/mj-msc.tex +++ b/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.