Academical implementation of Edmonds-Karp algorithm in O(nm²) and Dinitz (Dinic) algorithm O(n²m) for computing the maximum flow of a flow network.
-
Updated
Jul 4, 2021 - C++
Academical implementation of Edmonds-Karp algorithm in O(nm²) and Dinitz (Dinic) algorithm O(n²m) for computing the maximum flow of a flow network.
The implementation of Offlines & Onlines and other materials related to my academic course CSE 208 - Data Structure & Algorithms II
Library for working with flow network. Only maximum flow function is available yet
Add a description, image, and links to the flownetwork topic page so that developers can more easily learn about it.
To associate your repository with the flownetwork topic, visit your repo's landing page and select "manage topics."