Skip to content

Supundi-D/MaxFlowSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MaxFlowSolver

For the maximum flow problem, I implemented the Ford-Fulkerson algorithm with Breadth- First Search (BFS) as the path-finding method, also known as the Edmonds-Karp algorithm. This algorithm finds the maximum flow in a network from a source to a sink node.

About

For the maximum flow problem, I implemented the Ford-Fulkerson algorithm with Breadth- First Search (BFS) as the path-finding method, also known as the Edmonds-Karp algorithm. This algorithm finds the maximum flow in a network from a source to a sink node.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages