Skip to content

Ford-Fulkerson maximum flow algorithm implemented as an example script.

Dilson Guimarães requested to merge dilsonguim/rocs:max_flow_example into master

I implemented the Ford-Fulkerson algorithm for solving the maximum flow problem, a problem to which many others can be reduced. This example can be used to study the algorithm step by step.

Merge request reports