From c245ad9089aeb8c7fc7683b6a8a20d04a74818f4 Mon Sep 17 00:00:00 2001 From: Paul Jungeblut Date: Mon, 10 Oct 2016 21:39:35 +0200 Subject: Typesetting math section. --- math/math.tex | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'math/math.tex') diff --git a/math/math.tex b/math/math.tex index f40e551..56e9fc1 100644 --- a/math/math.tex +++ b/math/math.tex @@ -62,6 +62,9 @@ Multipliziert Polynome $A$ und $B$. \end{itemize} \lstinputlisting{math/fft.cpp} +\subsection{3D-Kugeln} +\lstinputlisting{math/spheres.cpp} + \subsection{Kombinatorik} \subsubsection{Berühmte Zahlen} @@ -201,10 +204,6 @@ Weise jedem Zustand $X$ wie folgt eine \textsc{Grundy}-Zahl $g\left(X\right)$ zu \] $X$ ist genau dann gewonnen, wenn $g\left(X\right) > 0$ ist.\\\\ Wenn man $k$ Spiele in den Zuständen $X_1, \ldots, X_k$ hat, dann ist die \textsc{Grundy}-Zahl des Gesamtzustandes $g\left(X_1\right) \oplus \ldots \oplus g\left(X_k\right)$. -\lstinputlisting{math/nimm.cpp} - -\subsection{3D-Kugeln} -\lstinputlisting{math/gcDist.cpp} \subsection{Big Integers} \lstinputlisting{math/bigint.cpp} -- cgit v1.2.3