Description:

  • A simple graph
  • Its vertex set 𝑉 can be partitioned into two disjoint sets and such that every edge in the graph connects a vertex in and a vertex in
  • We call the pair a bipartition of the vertex set 𝑉 of 𝐺.
  • Some graphs that are bipartite:
    • Cycle graphs with even number of vertices
    • Every tree graph
    • Hypercube
  • Chromatic Number of bipartite graph is 2
    • A graph, , with atleast one edge is bipartite if and only if theorem
  • Tree is also a bipartite

Theorem:

  • theorem 𝐺 is bipartite if and only if 𝐺 is connected and has no odd-length cycles.

Complete bipartite graph:

  • All vertices in is connected to all vertices in .

Matching in a bipartite graph