DSA Maximum Flow
The Maximum Flow Problem
The Maximum Flow problem is about finding the maximum flow through a directed graph, from one place in the graph to another.
More specifically, the flow comes from a source vertex \(s\), and ends up in a sink vertex \(t\), and each edge in the graph is defined with a flow and a capacity, where the capacity is the maximum flow that edge can have.