A collection of algorithms and data structures
-
Updated
Dec 30, 2024 - Java
A collection of algorithms and data structures
Solutions to google foo.bar challenge.
This project is a Java implementation of the Edmonds-Karp algorithm — a classic method for computing the maximum flow in a flow network. It uses Breadth-First Search (BFS) to find augmenting paths and is a practical application of graph theory and network flow.
A java program which allows user to calculate the Max-Flow using the FordFulkerson's Algorithm
Add a description, image, and links to the edmonds-karp-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the edmonds-karp-algorithm topic, visit your repo's landing page and select "manage topics."