Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Ford-Fulkerson Algorithm for Maximum Flow Calculation #5341

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Vatsalya-24
Copy link

Added an implementation of the Ford-Fulkerson algorithm for calculating the maximum flow in a network.

@alxkm
Copy link
Contributor

alxkm commented Aug 18, 2024

To start review you need to address the build and checkstyle issues, which you can find here:

https://github.com/TheAlgorithms/Java/actions/runs/10437419630/job/28903590101?pr=5341
https://github.com/TheAlgorithms/Java/actions/runs/10437419631/job/28903590065?pr=5341
https://github.com/TheAlgorithms/Java/actions/runs/10437419623/job/28903590072?pr=5341

After that, we can begin the code review. It's also important to note that a similar algorithm implementation already exists in com.thealgorithms.dynamicprogramming. To verify the algorithm's correctness, you'll need to write some tests, as it's not clear whether the current implementation is accurate.

@alxkm alxkm mentioned this pull request Aug 30, 2024
6 tasks
Copy link

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contribution!

@github-actions github-actions bot added the stale label Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants