Find the maximum flow in the network of Figure 9.81 | StudySoup

Textbook Solutions for Data Structures and Algorithm Analysis in Java

Chapter 9 Problem 9.11

Question

Find the maximum flow in the network of Figure 9.81

Solution

Step 1 of 4

We need to find maximum flow from s to t. We can apply Ford-Fulkerson algorithm to find the maximum flow.

Ford-Fulkerson Algorithm

The following is simple idea of Ford-Fulkerson algorithm:

     1. Initially, Max flow = 0

     2. While there is an augmenting path from source to sink,

          - Add this path flow to flow.

     3. Return flow

             - At each stage we find a path from s to t, which is termed as augmenting path.

Subscribe to view the
full solution

Title Data Structures and Algorithm Analysis in Java 3 
Author Mark A. Weiss
ISBN 9780132576277

Find the maximum flow in the network of Figure 9.81

Chapter 9 textbook questions

×

Login

Organize all study tools for free

Or continue with
×

Register

Sign up for access to all content on our site!

Or continue with

Or login if you already have an account

×

Reset password

If you have an active account we’ll send you an e-mail for password recovery

Or login if you have your password back