1.

In a bipartite graph G=(V,U,E), the matching of a free vertex in V to a free vertex in U is called?(a) Bipartite matching(b) Cardinality matching(c) Augmenting(d) Weight matchingThis question was addressed to me in a national level competition.I need to ask this question from Matching topic in portion Matching of Data Structures & Algorithms II

Answer»

The correct choice is (c) Augmenting

For EXPLANATION: A SIMPLE PATH from a FREE VERTEX in V to a free vertex in U whose edges alternate between edges not in M and edges in M is called a augmenting path.



Discussion

No Comment Found

Related InterviewSolutions