SIGN IN SIGN UP

Created a generalized algo to edmonds karp (#724)

Edmonds Karp algorithm is traditionally with only one source and one sink. What do you do if you have multiple sources and sinks? This algorithm is a generalized algorithm that regardless of however many sinks and sources you have, will allow you to use this algorithm. It does this by using the traditional algorithm but adding an artificial source and sink that allows with "infinite" weight.
V
Viraat Das committed
2fc2ae3f32fad16226c88358cb7c9e4e5c790a8f
Parent: df04d94
Committed by John Law <johnlaw.po@gmail.com> on 4/25/2019, 11:48:14 AM