InterviewSolution
Saved Bookmarks
| 1. |
Under what condition can a vertex combine and distribute flow in any manner?(a) It may violate edge capacities(b) It should maintain flow conservation(c) The vertex should be a source vertex(d) The vertex should be a sink vertexThe question was asked in class test.I'd like to ask this question from Flow Networks topic in portion Flow Networks of Data Structures & Algorithms II |
|
Answer» The correct CHOICE is (b) It should MAINTAIN flow conservation |
|