Assignment I
Assignment I
Figure 1
3. A graph contains 21 edges, 3 vertices of degree 4 and all other vertices of degree
2. Find total number of vertices.
5. Show that in any simple graph, there exist two vertices with the same degree.
6. Wherever possible draw the graphs below. If not, specify the reason.
8. If δ and ∆ are respectively the minimum and maximum of the degrees of a graph
G, show that delta ≤ 2mn
≤ ∆, where G is (n; m) graph.
1
MC 405
Graph Theory Assignment I 2022-23
9. Show that it is not possible to have a group of 7 persons such that each knows
exactly 3 persons in the group.
10. Show that the complement of a bipartite graph need not be a bipartite graph.
12. Define and draw Petersen graph. Is Petersen graph Hamiltonian? If yes, then
write down the path.
13. Apply Fleury’s algorithm, beginning with vertex A, to find an Eulerian trail in the
graph given in figure 2. In applying the algorithm, at each stage chose the edge
(from those available) which visits the vertex which comes first in alphabetical
order.
14. Consider the weighted graph G in figure 3. Apply Dijkstra’s algorithm to the
vertex v0 .
15. The figure 4 shows four unwrapped cubes that form the Instant Insanity Puzzle.
The letters R,W,B and G stand for the colors red, white, blue and green. The
object of the puzzle is to stack the blocks in a pile of 4 in such a way that each
of the colors appears exactly once on each of the four sides of the stack.
2
MC 405
Graph Theory Assignment I 2022-23