Efficient network algorithm to find the maximum flow within a network, with flow limitations.
-
Updated
Apr 28, 2024 - C
Efficient network algorithm to find the maximum flow within a network, with flow limitations.
A Network flow algorithm to find the shortest and most efficient routes. A modified Edmonds-Karp algorithm was used along with BFS. The data structure is a hash table.
Add a description, image, and links to the edmonds-karp topic page so that developers can more easily learn about it.
To associate your repository with the edmonds-karp topic, visit your repo's landing page and select "manage topics."