1.

The weight of the cut is not equal to the maximum flow in a network.(a) true(b) falseThis question was addressed to me at a job interview.This is a very interesting question from Minimum Cut topic in chapter Minimum Cut of Data Structures & Algorithms II

Answer»

Right choice is (B) false

Explanation: According to max-flow min-cut THEOREM, the weight of the cut is equal to the maximum flow that is SENT from source to sink.



Discussion

No Comment Found

Related InterviewSolutions