Skip to content

A Python implementation of Dinic's algorithm using splay trees

Notifications You must be signed in to change notification settings

Cosmic-Ryver/max-flow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Max Flow

A Python implementation of Dinic's algorithm for maximum flow utilizing a splay-tree data structure.

User be warned: This implementation is functional but in now way optimized. This is public only as a showcase and to potentially serve as a starting point for an optimized implementation. If you are looking for a production-ready max flow solver, you are better off using a standard implementation of the push-relabel algorithm.

About

A Python implementation of Dinic's algorithm using splay trees

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages