Loading lesson path
DSA
Maximum Flow focused on DSA Maximum Flow and related concepts.
The Maximum Flow problem is about finding the maximum flow through a directed graph, from one place in the graph to another.
The Ford-Fulkerson algorithm solves the maximum flow problem.
The Edmonds-Karp algorithm solves the maximum flow problem.