1. Computer Science Engineering (CSE)
  2. Design and Analysis of Algorithms
  3. A simple acyclic path between source and...
Q.

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 path
Answer» 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