Concept
Ford-Fulkerson Method 0
The Ford-Fulkerson Method is an algorithm used to compute the maximum flow in a flow network. It operates by iteratively finding augmenting paths in the residual graph and increasing the flow until no more augmenting paths are found.
Relevant Degrees