InterviewSolution
Saved Bookmarks
| 1. |
A simple acyclic path between source and sink which pass through only positive weighted edges is called?(a) augmenting path(b) critical path(c) residual path(d) maximum pathThis question was posed to me during an online exam.Question is from Flow Networks in section Flow Networks of Data Structures & Algorithms II |
|
Answer» Right OPTION is (a) augmenting path |
|