Edmonds–Karp algorithm

Edmonds%E2%80%93Karp algorithm

The Edmonds–Karp algorithm is an efficient way to find the maximum flow in a flow network. It was first published by Yefim Dinitz and independently by Jack Edmonds and Richard Karp in 1972. It has a running time of O(|V||E|^2) or O(|V|^2|E|) with additional techniques.

1 courses cover this concept

15-451/651 Algorithms

Carnegie Mellon University

Spring 2022

This course explores the design and analysis of algorithms, algorithmic modelling techniques, and their efficiency. It aims to provide tools for designing and analyzing personal algorithms, using various analytical tools and frameworks. Some advanced topics not commonly covered in textbooks are also taught.

No concepts data

+ 37 more concepts