summaryrefslogtreecommitdiff
path: root/math/math.tex
diff options
context:
space:
mode:
authorPaul Jungeblut <paul.jungeblut@gmail.com>2016-10-10 21:39:35 +0200
committerPaul Jungeblut <paul.jungeblut@gmail.com>2016-10-10 21:39:35 +0200
commitc245ad9089aeb8c7fc7683b6a8a20d04a74818f4 (patch)
tree8602ce316a40dbf77d98fee78ea112cbc730c3d8 /math/math.tex
parentb208caff67c66cfa3e53da98c6d33c2c051c2b4e (diff)
Typesetting math section.
Diffstat (limited to 'math/math.tex')
-rw-r--r--math/math.tex7
1 files changed, 3 insertions, 4 deletions
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}