GitHub topics: flownetwork-algorithms
ArthurRouquan/MaximumFlowAlgorithms
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.
Language: C++ - Size: 5.97 MB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

orcaman/flownetwork
Javascript implementation of flownetwork algorithms for finding max flow in a flow network
Language: JavaScript - Size: 274 KB - Last synced at: about 2 months ago - Pushed at: over 9 years ago - Stars: 8 - Forks: 5

DevAlone/pyflow
Library for working with flow network. Only maximum flow function is available yet
Language: Python - Size: 2.93 KB - Last synced at: 3 months ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0
