Software Engineering KB

Home

❯

01 Foundations

❯

01 Algorithms

❯

02 Sub Concept

❯

Edmonds Karp

Edmonds-Karp

Feb 10, 20261 min read

  • algorithms
  • graph-algorithms
  • edmonds-karp
  • network-flow

Edmonds-Karp

← Back to Network Flow

An implementation of the Ford-Fulkerson method that uses BFS to find the shortest augmenting path. Guarantees O(V * E^2) time complexity and always terminates, even with irrational capacities.

algorithms graph-algorithms edmonds-karp network-flow


Graph View

Backlinks

  • Network Flow

Created with Quartz v4.5.2 © 2026

  • GitHub