โ๏ธAlgorithmIntermediate
Maximum Flow - Ford-Fulkerson
FordโFulkerson finds the maximum possible flow from a source to a sink by repeatedly pushing flow along an augmenting path in the residual graph.
#maximum flow#ford-fulkerson#edmonds-karp+10