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

Network flow: fork Fulkerson algorithmn #477

Open
dejokz opened this issue Jan 7, 2022 · 1 comment
Open

Network flow: fork Fulkerson algorithmn #477

dejokz opened this issue Jan 7, 2022 · 1 comment

Comments

@dejokz
Copy link

dejokz commented Jan 7, 2022

Description of the problem

Given a graph that represents a flow network where every edge has a capacity. Also given two vertices source ‘s’ and sink ‘t’ in the graph, find the maximum possible flow from s to t with the following constraints:
a) Flow on an edge doesn’t exceed the given capacity of the edge.
b) Incoming flow is equal to outgoing flow for every vertex except s and t.

References/Other comments

Video
Article

@czgdp1807
Copy link
Member

Sure go ahead.

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

No branches or pull requests

2 participants