1. Computer Science Engineering (CSE)
  2. Design and Analysis of Algorithms
  3. From the given graph, how many vertices ...
Q.

From the given graph, how many vertices can be matched using maximum matching in bipartite graph algorithm?

A. 5
B. 4
C. 3
D. 2
Answer» A. 5
Explanation: one of the solutions of the matching problem is given by a-w,b-v,c-x,d- y,e-z. hence the answer is 5.

Discussion