DeepNinja07x / Python_Scripts

It contains all the Python Programs, whether it's a GUI, basic, Data Structures, etc. It's a collection of some great Python scripts from basic to advance levels for automating some monotonous tasks.
The Unlicense
32 stars 56 forks source link

Created Ford-Fulkerson.py #113

Closed Miyanboy closed 3 years ago

Miyanboy commented 3 years ago

Ford-Fulkerson algorithm is a greedy approach for calculating the maximum possible flow in a network or a graph.