1.

The problem of maximizing the sum of weights on edges connecting matched pairs of vertices is?(a) Maximum- mass matching(b) Maximum bipartite matching(c) Maximum weight matching(d) Maximum node matchingThe question was asked in an online interview.This is a very interesting question from Matching in portion Matching of Data Structures & Algorithms II

Answer»

Right OPTION is (c) MAXIMUM weight matching

Best EXPLANATION: The PROBLEM is called as maximum weight matching which is similar to a bipartite matching. It is also called as assignment problem.



Discussion

No Comment Found

Related InterviewSolutions