Questions: Bipartite Graphs and Matchings

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

During 2-coloring to check bipartiteness, you find you must assign the same color to two adjacent vertices. What does this prove?

AThe graph has a cycle of even length, which disqualifies it from being bipartite
BThe graph contains an odd-length cycle and is therefore not bipartite
CThe graph is disconnected, so the 2-coloring algorithm does not apply
DYou chose the wrong starting color — restart with the opposite color assignment
Question 2 Multiple Choice

In a bipartite job-assignment graph, 3 workers (w₁, w₂, w₃) are all connected exclusively to the same 2 jobs. According to Hall's theorem, what can you conclude?

AA perfect matching might still exist if the other workers have enough options
BNo perfect matching exists, because Hall's condition is violated: |N({w₁, w₂, w₃})| = 2 < 3
CA maximum matching can still include all 3 workers if the 2 jobs are assigned carefully
DHall's theorem does not apply here because the graph is not connected
Question 3 True / False

A bipartite graph can contain cycles, as long as every cycle in it has even length.

TTrue
FFalse
Question 4 True / False

If most vertex on the Left side of a bipartite graph is connected to at least one vertex on the Right side, a perfect matching is very likely to exist.

TTrue
FFalse
Question 5 Short Answer

Explain what Hall's marriage theorem says, and describe the 'bottleneck' it identifies as the sole obstruction to a perfect matching.

Think about your answer, then reveal below.