1. Computer Science Engineering (CSE)
  2. Design and Analysis of Algorithms
  3. What does Maximum flow problem involve?
Q.

What does Maximum flow problem involve?

A. finding a flow between source and sink that is maximum
B. finding a flow between source and sink that is minimum
C. finding the shortest path between source and sink
D. computing a minimum spanning tree
Answer» A. finding a flow between source and sink that is maximum
Explanation: the maximum flow problem involves finding a feasible flow between a source and a sink in a network that is maximum and not minimum.

Discussion