blob: 1c37bc740ca00ff505511dfacef2f9f8e191a3fa (
plain)
1
2
3
4
5
6
7
|
\section{Graph}
\subsection{Strongly Connected Components (\textsc{Tarjans}-Algorithmus)}
\lstinputlisting{graph/scc.cpp}
\subsection{Max-Flow (\textsc{Edmonds-Karp}-Algorithmus)}
\lstinputlisting{graph/edmondsKarp.cpp}
|