Module-5 Fundamentals of Graphs Tutorial Sheet
Module-5 Fundamentals of Graphs Tutorial Sheet
1. Can a simple graph have 5 vertices and 12 edges? If so, draw it; if not, explain why it is not possible
to have such a graph.
5. Draw a picture of each of the following graphs and state whether it is directed or undirected and
whether it is simple. Also determine the degree of every vertex of the graph.
(a) G1 = (V1 , E1 ), where V1 = {a, b, c, d, e} and E1 = {{a, b}, {b, c}, {a, c}{a, d}, {a, e}}
(b) G2 = (V2 , E2 ), where V2 = {a, b, c, d, e} and E2 = {(a, b), (a, c), (a, d), (a, e), (e, c), (c, a)}.
6. Check whether the following sequences are graphic or not.
(a) {2, 3, 3, 4, 4, 5}
(b) {1, 3, 3, 4, 5, 6, 6}
(c) {1, 1, 3, 3, 3, 3, 4, 5, 8, 9}
(d) Any sequence {d1 , d2 , . . . , dn }, where all di ’s are distinct and n > 1.
(e) {4, 4, 1, 1, 1, 1, 1, 1}
(f) {1, 3, 3, 4, 5, 5, 5, 5, 5}
(g) {1, 1, 1, 2, 2, 2, 3, 3, 4, 7}
7. Suppose that G is an undirected graph with 12 edges. Suppose that G has 6 vertices of degree 3 and
the rest have degrees less than 3. Determine the minimum number of vertices G can have.
8. Give a simplest possible example of a nonnull/ nonempty undirected graph:
(a) having no vertices of odd degree;
(b) having no vertices of event degree;
(c) having exactly one vertex of odd degree;
(d) having exactly one vertex of even degree;
(e) having exactly two vertices of odd degree;
(f) having exactly two vertices of even degree.
9. How many vertices will the following graphs have if they contain:
Figure 1:
13. Draw the graphs represented by the following incidence matrices in Fig 2.
Figure 2:
14. . Let A be the adjacency matrix of a bipartite graph. Prove that the diagonal entries of A2n+1 are all
equal to 0, for any natural number n.
15. What is meant by the length of a walk of a graph?
16. If the degree of each vertex in a graph is at least 2, show that the graph has a cycle.
17. Is it possible to draw a sketch of K5 without lifting your pen from the paper, and without retracing
any edges?
18. Write a condition on a connected graph such that it is Euler.
2
19. Write a sufficient condition on a connected graph such that it is not Euler but it has an Euler path.
20. Show that the Konigsberg bridge problem graph does not have an Euler cycle.
21. Find all positive integers n such that Kn is (a) Euler (b) semi-Euler (a graph having an Eulerian path).
22. (a) Is there an Eulerian graph of even order and odd size (number of edges present in a graph)? (b) Is
there an Eulerian graph of odd order and even size?
23. Find an Euler tour(circuit), Euler path for each of the following graph in Fig 3 if exists.
Figure 3:
24. Write two sufficient conditions on a connected graph such that it is Hamiltonian.
25. At least how many edges must be there in a Hamiltonian graph of order 12.
26. Show that any k-regular simple graph with (2k - 1) vertices is Hamiltonian.
27. Give an example of a graph which contains
3
28. Prove that there is no Hamiltonian cycle in each of the following graphs in Fig 4:
Figure 4:
4
Figure 5:
Figure 6:
32. Use Dijkstra’s algorithm to find the shortest path and its distance between the vertices A and all other
vertices of the following two weighted graphs in Fig 6.
33. Which of the following pairs of nondirected graphs in Figure 7 are isomorphic? Justify your answer
carefully.
5
Figure 7: