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 #644

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

tanishy7777
Copy link

References to other Issues or PRs or Relevant literature

Fixes #477

Brief description of what is fixed or changed

Other comments

Copy link
Member

@czgdp1807 czgdp1807 left a comment

Choose a reason for hiding this comment

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

Seems like max_flow isn't showing up in https://pydatastructs.readthedocs.io/en/latest/pydatastructs/graphs/algorithms.html. Could you please add doc string to max_flow and register max_flow at the right place so that it shows up in the docs.

@tanishy7777
Copy link
Author

Seems like max_flow isn't showing up in https://pydatastructs.readthedocs.io/en/latest/pydatastructs/graphs/algorithms.html. Could you please add doc string to max_flow and register max_flow at the right place so that it shows up in the docs.

I see will add

@tanishy7777
Copy link
Author

@czgdp1807 Sorry for the delay, I have added the docstrings and also registered the function in algorithms.rst

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.

Network flow: fork Fulkerson algorithmn
2 participants