diff options
Diffstat (limited to 'math/math.tex')
| -rw-r--r-- | math/math.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/math.tex b/math/math.tex index ca67f0e..feb89ff 100644 --- a/math/math.tex +++ b/math/math.tex @@ -17,6 +17,9 @@ Sei $0 \leq x < n$. Definiere $d := gcd(x, n)$. \end{description} \lstinputlisting{math/multInv.cpp} +\subsection{Primzahlsieb von Eratosthenes} +\lstinputlisting{math/primeSieve.cpp} + \subsubsection{Faktorisierung} \lstinputlisting{math/factor.cpp} @@ -29,9 +32,6 @@ Sei $0 \leq x < n$. Definiere $d := gcd(x, n)$. \subsection{Binomialkoeffizienten} \lstinputlisting{math/binomial.cpp} -\subsection{Primzahlsieb von Eratosthenes} -\lstinputlisting{math/primeSieve.cpp} - \subsection{Satz von \textsc{Sprague-Grundy}} Weise jedem Zustand $X$ wie folgt eine \textsc{Grundy}-Zahl $g\left(X\right)$ zu: \[ |
