← Back to topics
Topic

Max Flow

o
ortschun
How can we find an augmenting path for max flow?
g
gates
with bfs for example
o
ortschun
Alright but what is an augmenting path, or can you give a pseudo code for finding it with bfs?
g
gates
it is just path from source to sink through edges with capacities > 0
o
ortschun
Ok but my question is that what is the algorithm for it?
g
gates
bfs - breath first search