If a graph in which every vertex has degree k, for some fixed k, is called a k-regular graph (or a regular graph)
$$ \underset{v \in V(G)}{\Sigma} deg(v) = 2|E(G)| $$
$$ \frac{2|E(G)|}{|V(G)|} $$
The number of vertices of odd degree in a graph is even.
A graph in which the vertices can be partitioned into two sets A and B, so that all edges join a vertex in A to a vertex in B, is called a bipartite graph, with bipartition (A, B).