bipartite graph
A bipartite graph is a graph with a chromatic number of .
The following graph, for example, is bipartite:
One way to think of a bipartite graph is by partitioning the vertices into two disjoint sets where vertices in one set are adjacent only to vertices in the other set. In the above graph, this may be more obvious with a different :
The two subsets are the two columns of vertices, all of which have the same colour.
A graph is bipartite if and only if all its cycles have even length. This is easy to see intuitively: any path of odd length on a bipartite must end on a vertex of the opposite colour from the beginning vertex and hence cannot be a cycle.
Title | bipartite graph |
---|---|
Canonical name | BipartiteGraph |
Date of creation | 2013-03-22 12:17:07 |
Last modified on | 2013-03-22 12:17:07 |
Owner | mathcam (2727) |
Last modified by | mathcam (2727) |
Numerical id | 9 |
Author | mathcam (2727) |
Entry type | Definition |
Classification | msc 05C15 |
Synonym | bipartite |