1.

___________ is a partition of the vertices of a graph in two disjoint subsets that are joined by atleast one edge.(a) Minimum cut(b) Maximum flow(c) Maximum cut(d) Graph cutI got this question in a job interview.My enquiry is from Minimum Cut topic in section Minimum Cut of Data Structures & Algorithms II

Answer»

Right choice is (a) MINIMUM cut

Easiest explanation - Minimum cut is a partition of the vertices in a graph 4. in two disjoint subsets joined by ONE edge. It is a cut that is MINIMAL in some SENSE.



Discussion

No Comment Found

Related InterviewSolutions