Questions: Matchings in Bipartite Graphs

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

In a bipartite graph with |L| = |R| = 6, the maximum matching has size 5. What can you conclude?

AA perfect matching exists — size 5 is close enough to size 6 that it qualifies
BA perfect matching does not exist, since at least one vertex on each side is unmatched
CA perfect matching does not exist, since at least one vertex on some side is unmatched
DYou cannot conclude anything about perfect matchings from the maximum matching size alone
Question 2 Multiple Choice

An augmenting path in a matching M alternates between edges not in M and edges in M. What property must it have for it to actually augment (increase) the matching?

AIt must start and end at matched vertices so that flipping edges doesn't disturb the matching
BIt must start and end at unmatched vertices so that flipping edges increases the matching size by one
CIt must contain an even number of edges so that the matching remains balanced after flipping
DIt must pass through a vertex of maximum degree so that the flip has maximum effect
Question 3 True / False

A perfect matching in a bipartite graph can only exist if |L| = |R|.

TTrue
FFalse
Question 4 True / False

Most maximum matching in a bipartite graph is also a perfect matching.

TTrue
FFalse
Question 5 Short Answer

Why does 'flipping' an augmenting path — switching which edges are in the matching — increase the matching size by exactly one?

Think about your answer, then reveal below.