From 9a6aeb3f3fa1c5442ef99118b3b93ae47b2c43c4 Mon Sep 17 00:00:00 2001 From: MZuenni Date: Tue, 14 Feb 2023 16:53:47 +0100 Subject: moved even more --- other/other.tex | 56 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) (limited to 'other/other.tex') diff --git a/other/other.tex b/other/other.tex index 454cf5a..1097dc3 100644 --- a/other/other.tex +++ b/other/other.tex @@ -1,21 +1,5 @@ \section{Sonstiges} -\begin{algorithm}[optional]{Zeileneingabe} - \sourcecode{other/split.cpp} -\end{algorithm} - -\begin{algorithm}[optional]{Fast IO} - \sourcecode{other/fastIO.cpp} -\end{algorithm} - -\begin{algorithm}{Pragmas} - \sourcecode{other/pragmas.cpp} -\end{algorithm} - -\begin{algorithm}{Sonstiges} - \sourcecode{other/stuff.cpp} -\end{algorithm} - \begin{algorithm}{Compiletime} \begin{itemize} \item überprüfen ob Compilezeit Berechnungen erlaubt sind! @@ -24,11 +8,6 @@ \sourcecode{other/compiletime.cpp} \end{algorithm} -\begin{algorithm}{Timed} - Kann benutzt werdem un randomisierte Algorithmen so lange wie möglich laufen zu lassen. - \sourcecode{other/timed.cpp} -\end{algorithm} - \begin{algorithm}{Bit Operations} \begin{expandtable} \begin{tabularx}{\linewidth}{|Ll|} @@ -60,27 +39,32 @@ \end{expandtable} \end{algorithm} +\begin{algorithm}{Timed} + Kann benutzt werdem un randomisierte Algorithmen so lange wie möglich laufen zu lassen. + \sourcecode{other/timed.cpp} +\end{algorithm} + \begin{algorithm}{DP Optimizations} Aufgabe: Partitioniere Array in genau $k$ zusammenhängende Teile mit minimalen Kosten: $dp[i][j] = \min_{k