bring back removed subsection

This commit is contained in:
Motiejus Jakštys 2021-05-10 23:19:47 +03:00
parent 141ab80304
commit 2f958dc3b1

View File

@ -1139,6 +1139,17 @@ exaggerated bend with the algorithm.
\end{figure} \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} \section{Results of Experiments}
NOTE: this can only be filled after the algorithm implementation is complete. NOTE: this can only be filled after the algorithm implementation is complete.