Javascript implementation of flownetwork algorithms for finding max flow in a flow network
-
Updated
Sep 9, 2015 - JavaScript
Javascript implementation of flownetwork algorithms for finding max flow in a flow network
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 FordFulkerson and Scaling to Flow Network problem
Library for working with flow network. Only maximum flow function is available yet
Solves the Max-Flow problem on a given network, based on Ford-Fulkerson algorithm, and compares between BFS and Dijkstra implementations of that algorithm.
Solutions to 3 problems, regarding the 'Płaszczaki' world.
Add a description, image, and links to the flownetwork-algorithms topic page so that developers can more easily learn about it.
To associate your repository with the flownetwork-algorithms topic, visit your repo's landing page and select "manage topics."