32 lines
1.6 KiB
TeX
32 lines
1.6 KiB
TeX
|
|
% ░▒█▀▀▄░▄▀▀▄░█▀▄▀█░▄▀▀▄░█░▒█░▀█▀░█▀▀░█▀▀▄░░░▒█▀▀▀█░█▀▄░░▀░░█▀▀░█▀▀▄░█▀▄░█▀▀
|
|
% ░▒█░░░░█░░█░█░▀░█░█▄▄█░█░▒█░░█░░█▀▀░█▄▄▀░░░░▀▀▀▄▄░█░░░░█▀░█▀▀░█░▒█░█░░░█▀▀
|
|
% ░▒█▄▄▀░░▀▀░░▀░░▒▀░█░░░░░▀▀▀░░▀░░▀▀▀░▀░▀▀░░░▒█▄▄▄█░▀▀▀░▀▀▀░▀▀▀░▀░░▀░▀▀▀░▀▀▀
|
|
|
|
% Extra imports
|
|
\usepackage{stmaryrd}
|
|
\usepackage{algorithm}
|
|
\usepackage{algpseudocodex}
|
|
\usepackage{setspace}
|
|
\usepackage{verbatim}
|
|
\usepackage{turnstile}
|
|
|
|
\newcommand{\Indent}{\hspace{\algorithmicindent}}
|
|
|
|
\newcommand{\timecomplexity}{\fhlc{orange}{\ifnum\value{lang}<2{Time complexity}\else {Laufzeit}\fi} \hspace{0.5em}}
|
|
\newcommand{\tc}[1]{\timecomplexity $\Theta\left(#1\right)$}
|
|
\newcommand{\tct}[1]{\Theta\left(#1\right)}
|
|
\newcommand{\tco}[1]{\mathcal{O}\left(#1\right)}
|
|
\newcommand{\tcl}[1]{\Omega\left(#1\right)}
|
|
\newcommand{\wordbool}{(\Sigma_{\text{bool}})^*}
|
|
\newcommand{\words}[1]{(\Sigma_{\text{#1}})^*}
|
|
\newcommand{\word}{(\Sigma)^*}
|
|
\newcommand{\wordm}[1]{\Sigma_{\text{#1}}^*}
|
|
\newcommand{\alphabets}[1]{\Sigma_{\text{#1}}}
|
|
\newcommand{\alphabetbool}{\Sigma_{\text{bool}}}
|
|
\newcommand{\tR}{\text{R}}
|
|
\newcommand{\tC}{\text{C}}
|
|
\newcommand{\tN}{\text{N}}
|
|
\newcommand{\bigvdash}[2]{\sststile{#1}{#2}}
|
|
\newcommand{\class}{\text{\tr{Cl}{Kl}}}
|