Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 287 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 287 Bytes

Visualization of max flow algorithms

Implemented algorithms

  • Ford-Fulkerson
  • Edmonds-Karp
  • Capacity Scaling
  • Dinic
  • Goldberg-Tarjan/Preflow-Push

Usage

install the requirements:

pip install -r requirements.txt

and execute the main file:

python3 main.py