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

Explanation: Augmenting path between source and sink is a simple path WITHOUT CYCLES. Path consisting of zero SLACK edges is called CRITICAL path.



Discussion

No Comment Found

Related InterviewSolutions