10 TH Reference Text - Graph Theory A Definitions
10 TH Reference Text - Graph Theory A Definitions
The history of graph theory may be specifically traced to 1735, when the Swiss
mathematician Leonhard Euler solved the Königsberg bridge problem. ... His proof involved
only references to the physical arrangement of the bridges, but essentially he proved the first
theorem in graph theory.
Let e = u, v E(G). Then we say u and v are adjacent, while e is incident with u and
v. We also say that e joins u and v. Instead of writing e = u , v, we can also write e = uv .
The degree of a vertex v in G, denoted deg(v), is the number of edges incident with v. By
deg(G) we mean a listing of the degrees of the graph G in descending order. A vertex of
degree 1 is called an end-vertex. A k-regular graph is a graph where each vertex has
degree k.
G\x is obtained from G by removing vertex x, and G\xy is obtained from graph G by
removing adjacent vertices x and y.
The complement G of a graph G is a graph whose vertex set is the same as G , but if
there is no edge between vertices u and v in G , then there is an edge between u and v
in G. , and if there is an edge between u and v in G, there is no edge between u and v
in G.
Exercise
Number of vertices =?
Number of edges =?
Maximum degree=?
Minimum degree=?
Complement =?
A bipartite graph is a graph whose vertices can be divided into two disjoint sets U and V
such that every edge connects a vertex in U to one in V. A complete bipartite graph (or
bi-clique) is a special kind of bipartite graph where every vertex of the first set is
connected to every vertex of the second set.
If all the edges of the walk are distinct, then the walk is called a trail. If all the vertices of
the walk are distinct, then the walk is called a path. Therefore every path is a trail, but
not every trail is a path.
The distance between two vertices u and v, d (u,v), is the length of the shortest u − v
path in G.
A tree is a connected graph, which does not contain a cycle as a sub-graph. A spanning
tree of a connected graph is a tree which takes in all the vertices of the graph.
Exercise
Max degree=? d(u1,u3)=? Number of spanning trees=? Length of largest cycle? Length of longest
path=?
Exercise
Maximum degree=?
Minimum degree=?
Complement =?
d(1,6)=?
Exercise