codezonediitj / pydatastructs

A python package for data structures and algorithms
https://pydatastructs.readthedocs.io/en/stable/
Other
199 stars 269 forks source link

Ford Fulkerson Algorithm #491

Closed svenkat19 closed 2 years ago

svenkat19 commented 2 years ago

Description of the problem

Implementing Ford Fulkerson Graph algorithm to find Maximum flow

Example of the problem

References/Other comments

https://www.youtube.com/watch?v=qCZCw_IKiJI

(GSSOC'22)

czgdp1807 commented 2 years ago

Duplicate of #477