Is your feature request related to a problem? Please describe.
This request is about a new algorithm - Max Flow on a graph.
Describe the solution you'd like
There are a few algorithms for finding the Max Flow of a graph, from s to t, such as Ford-Fulkerson, Edmonds-Karp, Dinic, etc.
Describe alternatives you've considered
There are more algorithms, but the main ones are listed above.
Additional context
Thanks for your consideration!!
Is your feature request related to a problem? Please describe.
This request is about a new algorithm - Max Flow on a graph.
Describe the solution you'd like
There are a few algorithms for finding the Max Flow of a graph, from s to t, such as Ford-Fulkerson, Edmonds-Karp, Dinic, etc.
Describe alternatives you've considered
There are more algorithms, but the main ones are listed above.
Additional context
Thanks for your consideration!!