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