Description:
- A simple graph
- Its vertex set 𝑉 can be partitioned into two disjoint sets V1 and V2 such that every edge in the graph connects a vertex in V1 and a vertex in V2
- We call the pair (V1,V2) 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, G, with atleast one edge is bipartite if and only if χ(G)=2theorem
- 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 V1 is connected to all vertices in V2.
Matching in a bipartite graph