Max Flow

Channel:
Subscribers:
2,730
Published on ● Video Link: https://www.youtube.com/watch?v=B_Ex-hpHn_c



Duration: 1:18:25
162 views
2


Our third major graph theory algorithm is max flow, in which edges represent some amount per second that can be transported between one vertex and another. A max flow algorithm looks at a graph containing these edges, and computes the maximum flow between a source (s) and a sink (t).







Tags:
csci 26
max flow
graph theory