summaryrefslogtreecommitdiff
path: root/graph/graph.tex
diff options
context:
space:
mode:
authorPaul Jungeblut <s_jungeb@i08pc38.atis-stud.uni-karlsruhe.de>2014-11-14 15:29:22 +0100
committerPaul Jungeblut <s_jungeb@i08pc38.atis-stud.uni-karlsruhe.de>2014-11-14 15:29:22 +0100
commit8ceb0e35278563a3b315f04fc60fc9086d6c7a8a (patch)
treea7b0e1928632be9a139aefa20e426490dfd12c90 /graph/graph.tex
parent1d2d2541dd913892a983da13f84c33f1a5d43ff6 (diff)
bellmann ford, gcd, lcm, ectended euclid
Diffstat (limited to 'graph/graph.tex')
-rw-r--r--graph/graph.tex5
1 files changed, 5 insertions, 0 deletions
diff --git a/graph/graph.tex b/graph/graph.tex
index 53cfb2a..4646ee3 100644
--- a/graph/graph.tex
+++ b/graph/graph.tex
@@ -1,5 +1,10 @@
\section{Graphen}
+\subsection{Kürzeste Wege}
+
+\subsubsection{\textsc{Bellmann-Ford}-Algorithmus}
+\lstinputlisting{graph/bellmannFord.cpp}
+
\subsection{Strongly Connected Components (\textsc{Tarjans}-Algorithmus)}
\lstinputlisting{graph/scc.cpp}