Skip to content

Create dinic.py #1396

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

Merged
merged 2 commits into from
Oct 22, 2019
Merged

Create dinic.py #1396

merged 2 commits into from
Oct 22, 2019

Conversation

danielx285
Copy link
Contributor

Dinic's algorithm for maximum flow

Dinic's algorithm for maximum flow
Changes made.
@danielx285 danielx285 requested a review from cclauss October 19, 2019 17:32
Copy link
Contributor Author

@danielx285 danielx285 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this is still not up to standard, let me know and I will change again.

@cclauss
Copy link
Member

cclauss commented Oct 19, 2019

https://docs.python.org/3/library/doctest.html is what is needed on key functions/methods.

Can we have a better name for rcap ?

@cclauss cclauss merged commit 906c985 into TheAlgorithms:master Oct 22, 2019
stokhos pushed a commit to stokhos/Python that referenced this pull request Jan 3, 2021
* Create dinic.py

Dinic's algorithm for maximum flow

* Update dinic.py

Changes made.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants