Skip to content

gosom/Dinic-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of Dinic Algorithm written in python.

Example:
python ./dinic.py network_file

This version take 41 sec to run benchmark.
Previus versions take less, 28 sec aprox, because they make fewer calls
to functions.

About

Implementation of Dinic algorithm (finding maximum flow problem)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published