mirror of
https://github.com/janishutz/eth-summaries.git
synced 2025-11-25 10:34:23 +00:00
Add A&W summary. Still WIP for fixing errors and more proofs
This commit is contained in:
59
semester2/algorithms-and-probability/aw-summary.tex
Normal file
59
semester2/algorithms-and-probability/aw-summary.tex
Normal file
@@ -0,0 +1,59 @@
|
||||
\documentclass{article}
|
||||
|
||||
|
||||
\newcommand{\dir}{~/projects/latex} % IMPORTANT: No trailing slashes!
|
||||
\input{\dir/include.tex}
|
||||
\load{recommended}
|
||||
|
||||
\setup{Algorithms and Probability}
|
||||
|
||||
\begin{document}
|
||||
\startDocument
|
||||
\usetcolorboxes
|
||||
\setcounter{numberingConfig}{3}
|
||||
|
||||
\vspace{2cm}
|
||||
\begin{Huge}
|
||||
\begin{align*}
|
||||
& \Pr[X|Y] \geq \Pr[X|\overline{Y}] \\
|
||||
X & := \text{I pass the exam} \\
|
||||
Y & := \text{I read this summary}
|
||||
\end{align*}
|
||||
\end{Huge}
|
||||
|
||||
|
||||
\vspace{4cm}
|
||||
\begin{center}
|
||||
\begin{Large}
|
||||
``\textit{Dieses Algorithmus mapped $E$ nach $E$ Strich}''
|
||||
\end{Large}
|
||||
|
||||
\hspace{3cm} - Rasmus Kyng, 2025
|
||||
\end{center}
|
||||
|
||||
\vspace{3cm}
|
||||
\begin{center}
|
||||
FS2025, ETHZ\\[0.2cm]
|
||||
\begin{Large}
|
||||
Summary of the Script and Lectures
|
||||
\end{Large}\\[0.2cm]
|
||||
\end{center}
|
||||
|
||||
|
||||
|
||||
|
||||
\newpage
|
||||
\printtoc{ForestGreen}
|
||||
|
||||
\input{parts/graphs.tex}
|
||||
|
||||
\input{parts/combinatorics.tex}
|
||||
|
||||
\input{parts/probability.tex}
|
||||
|
||||
\input{parts/algorithms.tex}
|
||||
|
||||
\input{parts/coding.tex}
|
||||
|
||||
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user