• Bipartite Graph - it is possible to split the vertex set into two disjoint sets called the bipartition such that each edge is of the form

    • is bipartite if it can be expressed as the union of disjoint, possibly empty independent sets
    • is -colorable.
    • (Wilson 5.1) is bipartite if and only if every cycle has even length.
    • A bipartite graph is semi-regular if it has a proper -coloring such that all vertices with the same color have the same degree.
  • Complete Bipartite Graph - given the bipartition of the bipartite graph. , all vertices from are adjacent to all vertices in .

    Here

    • A star graph is a special case, .

Links