Bipartite Graph 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 at least one edge is bipartite if and only if Ο(G)=2theorem Tree is also a bipartite K5,3β: pic Theorem: theorem πΊ is bipartite if and only if πΊ is connected and has no odd-length cycles (cycle with odd number of vertices). Complete bipartite graph: All vertices in V1β is connected to all vertices in V2β. Matching in a bipartite graph