References

This commit is contained in:
Antti H S Laaksonen 2017-02-21 21:59:03 +02:00
parent cdfae6862e
commit 227eadd540
2 changed files with 4 additions and 4 deletions

View file

@ -431,8 +431,6 @@ by using one of the following techniques:
\index{EdmondsKarp algorithm}
The \key{EdmondsKarp algorithm} \cite{edm72}
is a variant of the
FordFulkerson algorithm that
chooses each path so that the number of edges
on the path is as small as possible.
This can be done by using breadth-first search
@ -443,7 +441,7 @@ of the algorithm is $O(m^2 n)$.
\index{scaling algorithm}
The \key{scaling algorithm} uses depth-first
The \key{scaling algorithm} \cite{ahu91} uses depth-first
search to find paths where each edge weight is
at least a threshold value.
Initially, the threshold value is