1. Computer Science Engineering (CSE)
  2. Design and Analysis of Algorithms
  3. Which graph has a size of minimum vertex...
Q.

Which graph has a size of minimum vertex cover equal to maximum matching?

A. cartesian
B. tree
C. heap
D. bipartite
Answer» D. bipartite
Explanation: the konig’s theorem given the equivalence relation between the minimum vertex cover and the maximum matching in graph theory. bipartite graph has a size of minimum vertex cover equal to maximum matching.

Discussion