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

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.


Explanation by: Mr. Dubey
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

πŸ“Š Question Analytics

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