blob: 0b661638ce1f5000d2de8bc99b12cac696a63b0e (
plain)
1
2
3
4
5
6
7
8
|
\section{Mathe}
\subsection{ggT, kgV, erweiterter euklidischer Algorithmus}
\lstinputlisting{math/gcd-lcm.cpp}
\lstinputlisting{math/extendedEuclid.cpp}
\subsection{Binomialkoeffizienten}
\lstinputlisting{math/binomial.cpp}
|