Computes the maximum flow in a flow network.
Step 1 of 8
Find max flow from "s" to "t" using Edmonds-Karp (BFS). All flows start at 0.
Max Flow
0
Augmenting Path
—Bottleneck
—
Legend
Forward edges: flow/capacity.
Green edges: backward residual (return-flow capacity).