Skip to content

bhataparnak/maximum-flow-problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

maximum-flow-problem

Description:- C program that uses capacity scaling(delta) to solve the maximum flow problem. program outputs all augmenting paths and also indicates any changes in delta(scaling parameter), and displays maximum flow obtained. This algorithm uses BFS method for graph traversal.

Releases

No releases published

Packages

No packages published

Languages