Discrete Math Tutor

Graphs / Bipartite Graphs

Least You Need to Know: Bipartite Graphs

A graph is bipartite when its vertices can be split into two groups so every edge goes across the split. Odd cycles are the main obstruction.

The least you need to know

Key notation

U ∪ V two vertex parts
K_{m,n} complete bipartite graph
odd cycle cycle of odd length

Tiny worked example

  • A 4-cycle can be colored alternating red-blue-red-blue.
  • Every edge joins different colors, so the graph is bipartite.
  • A triangle cannot be colored this way, so it is not bipartite.

Common mistakes

How to recognize this kind of problem

Start practice