Skip to content

thejamesmarq/NetFlow-Whoah

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Network Flow Empirical Study

Authors: Megan Boggess, Jordan Hanna, James Marquardt

Compares run time of Ford Fulkerson, Ford Fulkerson with Capacity Scaling, and Preflow Push algorithms for calculating max-flow in a network.

To compile:

$ javac *.java

To run:

$ java RunMaxFlow path/to/input/graph

Note that input graphs must be in the space delimited form: nodename nodename capacity

About

Implementation of algorithms for empirical study of network flow.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published