Ford - Fulkerson Algorithm
What is the primary role of the 'Residual Graph' in Ford-Fulkerson?
In the residual graph, what does a backward edge (v, u) represent?
How is the 'bottleneck' capacity of an augmenting path calculated?
The Max-Flow Min-Cut Theorem states that:
Why is BFS preferred over DFS in the Edmonds-Karp version of Ford-Fulkerson?
When does the Ford-Fulkerson algorithm terminate?
What happens to the residual capacity of a forward edge after flow is pushed through it?
A 'Cut' in a flow network is a partition of nodes into two sets, S and T, such that:
If the Max Flow is 50, and you find a cut with capacity 50, what can you conclude?
What does pushing 5 units through a backward edge (v, u) in the residual graph mean in terms of the original network?