InterviewSolution
Saved Bookmarks
| 1. |
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 treeI got this question by my school principal while I was bunking the class.My doubt stems from Flow Networks topic in section Flow Networks of Data Structures & Algorithms II |
|
Answer» Correct OPTION is (a) finding a flow between SOURCE and sink that is maximum |
|