Monday, May 22, 2017

Ford-Fulkerson Algorithm for Maximum Flow problem

May 22, 2017

Introduction


It is time to learn a new algorithm called Ford-Fulkerson for maximum flow problem. Here is the one article to study on geeksforgeeks.com.

The link is here.

Julia worked on week contest 32, and there is the algorithm she chose to work on called Boxes and Balls. She learned after the contest that the algorithm should be solved using network flow knowledge.

Algorithm study 

Max flow problem introduction on geeksforgeeks.com is here.

No comments:

Post a Comment