Skip to content

A Java implementation of the shortest augmenting path algorithm and three preflow-push algorithms that solve the maximum flow problem

License

Notifications You must be signed in to change notification settings

shunfan/maximum-flow-problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maximum Flow Problem

Introduction

A Java implementation of the shortest augmenting path algorithm and three preflow-push algorithms that solve the maximum flow problem:

Moreover, the repository also includes an algorithm analysis report that describes the implementation details, performance comparison, and how to run or test the algorithms.

Other

The project itself is my coursework for MA446 at Rose-Hulman Institute of Technology.

About

A Java implementation of the shortest augmenting path algorithm and three preflow-push algorithms that solve the maximum flow problem

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages