The Ford–Fulkerson method is a greedy algorithm used to compute the maximum flow in a flow network. It was published in 1956 by L. R. Ford Jr. and D. R. Fulkerson and works by finding augmenting paths with available capacity from the source to the sink. The Edmonds–Karp algorithm is a fully defined implementation of the Ford–Fulkerson method.
Stanford University
Winter 2023
This course provides an in-depth exploration of algorithm analysis and design. It covers various sorting, searching, and selection algorithms, data structures, and fundamental graph algorithms. It emphasizes the understanding of worst and average case analysis, recurrences, and asymptotics.
No concepts data
+ 30 more concepts