Question: Problem 1 New maximal flow You are given a directed graph G- (V, E) with positive integer capacities (ceJeEE on each edge, a source s

Problem 1 New maximal flow You are given a directed graph G- (V, E) with positive integer capacities (ceJeEE on each edge, a source s and a sink t. You are also given an integer value maximal flow {fe^ecE. Suppose we pick a specific edge e and increase its capacity by 1. Describe an algorithm to find a maximum flow on the new network. Your algorithm should run in linear time O(n + m), where n is the number of vertices and m is the number of edges of G. Explain why your algorithm is correct (no pseudocode) and analyse its running time
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
