Definitions Flashcards
Handshaking Lemma
The sum of the degrees of all the vertices in a graph is equal to twice the number of edges.
Bipartite graph
A graph whose vertices can be divided into two sets such that no two vertices in the
same set are adjacent.
Circuit
A walk that begins and ends at the same vertex, and has no repeated edges.
Complement of a graph G
A graph with the same vertices as G but which has an edge between any two
vertices if and only if G does not.
Complete bipartite
graph
A bipartite graph in which every vertex in one set is joined to every vertex in the
other set.
Complete graph
A simple graph in which each pair of vertices is joined by an edge.
Connected graph
A graph in which each pair of vertices is joined by a path.
Cycle
A walk that begins and ends at the same vertex, and has no other repeated vertices.
Degree of a vertex
The number of edges joined to the vertex; a loop contributes two edges, one for
each of its end points.
Disconnected graph
A graph that has at least one pair of vertices not joined by a path.
Eulerian circuit
A circuit that contains every edge of a graph.
Eulerian trail
A trail that contains every edge of a graph.
Graph
Consists of a set of vertices and a set of edges.
Graph isomorphism
between two simple
graphs G and H
A one-to-one correspondence between vertices of G and H such that a pair of
vertices in G is adjacent if and only if the corresponding pair in H is adjacent.
Hamiltonian cycle
A cycle that contains all the vertices of the graph.