πŸ“Š Design and Analysis of Algorithms
Q. 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 matching
πŸ’¬ Discuss
βœ… Correct Answer: (C) maximum weight matching

Explanation: the problem is called as maximum weight matching which is similar to a bipartite matching. it is also called as assignment problem.


Explanation by: Mr. Dubey
the problem is called as maximum weight matching which is similar to a bipartite matching. it is also called as assignment problem.

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
494
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
97%
Success Rate