Ford-Fulkerson maximum flow algorithm implemented as an example script.
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.