Skip to content

Demonstrates the solution of 'Maximum flow of a network' problem, using Ford Fulkerson approach.

Notifications You must be signed in to change notification settings

Warsha97/FordFulkersonDemo

Repository files navigation

FordFulkersonDemo

The approach I took to solve the maximum flow problem is the Ford Fulkerson method. The implementation used is the Edmond’s-Karp algorithm, which is a further specialization of Ford Fulkerson

About

Demonstrates the solution of 'Maximum flow of a network' problem, using Ford Fulkerson approach.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages