From 8ceb0e35278563a3b315f04fc60fc9086d6c7a8a Mon Sep 17 00:00:00 2001 From: Paul Jungeblut Date: Fri, 14 Nov 2014 15:29:22 +0100 Subject: bellmann ford, gcd, lcm, ectended euclid --- math/math.tex | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'math/math.tex') diff --git a/math/math.tex b/math/math.tex index e1e0950..0b66163 100644 --- a/math/math.tex +++ b/math/math.tex @@ -1,4 +1,8 @@ \section{Mathe} +\subsection{ggT, kgV, erweiterter euklidischer Algorithmus} +\lstinputlisting{math/gcd-lcm.cpp} +\lstinputlisting{math/extendedEuclid.cpp} + \subsection{Binomialkoeffizienten} \lstinputlisting{math/binomial.cpp} \ No newline at end of file -- cgit v1.2.3