Skip to content

Conversation

jafar75
Copy link
Contributor

@jafar75 jafar75 commented Mar 21, 2024

Edmond-Karp's algorithm is an implementation of the Ford-Fulkerson method that uses BFS (Breadth First Search) traversal to find the residual paths between source and sink.
By using BFS, time complexity will be independent from f (max-flow) and max flow can be computed in O(VE2)

@raklaptudirm raklaptudirm merged commit cbaed23 into TheAlgorithms:master Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants