summaryrefslogtreecommitdiff
path: root/maxFlow/maxFlow.tex
diff options
context:
space:
mode:
authorpjungeblut <paul.jungeblut@gmail.com>2014-10-25 13:57:21 +0200
committerpjungeblut <paul.jungeblut@gmail.com>2014-10-25 13:57:21 +0200
commit44d45f9bccf4ae637cd20fa399aea7b20c63868a (patch)
tree8ce71c68cd932962deeb8eed2f83ace5402031da /maxFlow/maxFlow.tex
parent6a7dbf701debd59e4a416670008356741ca34c5d (diff)
adding tex document and section for Edmonds-Karp
Diffstat (limited to 'maxFlow/maxFlow.tex')
-rw-r--r--maxFlow/maxFlow.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/maxFlow/maxFlow.tex b/maxFlow/maxFlow.tex
new file mode 100644
index 0000000..a88e5ff
--- /dev/null
+++ b/maxFlow/maxFlow.tex
@@ -0,0 +1,4 @@
+\section{Max Flows}
+\subsection{\textsc{Edmonds-Karp}-Algorithmus}
+
+\lstinputlisting{maxFlow/edmondsKarp.cpp} \ No newline at end of file