Expand description
Ford-Fulkerson maximum flow using DFS augmenting paths. Ford-Fulkerson maximum flow via DFS augmenting paths.
Functionsยง
- ford_
fulkerson - Computes the maximum flow from
sourcetosinkusing the Ford-Fulkerson algorithm with DFS augmenting paths.