Graph Theory Review

Chapter numbers refer to the text by Harris, Hirst, Mossinghoff.

  1. Graph Basics (Ch 1.1−1.2)
    Let G = (V,E) be a graph with |V| = n vertices and |E| = m edges.

  2. Planarity (Ch 1.3)
    Let G be a planar graph with n vertices, m edges, and r regions.

  3. Graph coloring (Ch 1.4.1−1.4.3)


Problems  

  1. Explicitly compute the Prufer Correspondence between the 42 = 16 trees on 4 vertices and the 16 sequences σ = (1,1), (1,2), ... , (4,4)
  2. Extra Credit: In HHM Fig 1.22 (p 14), they have drawn the isomorphism classes of trees on n vertices for n ≤ 6: that is, the different shapes of trees without labels on the n vertices. (Any of the nn-2 trees on n labelled vertices is isomorphic to one of the types listed.) Continue this drawing for n = 7,8,... as high as you can. Can you find any kind of pattern in the number of such classes?
  3. For each class of graphs G, find the maximum possible number of edges it could have. Explicitly describe a maximal graph.
    1. G is a bipartite graph with n = 10 vertices.  Ans: q = 25.
    2. G is a connected and acyclic with n = 10 vertices.  Ans: q = 9.
    3. G is acyclic and regular with n = 10 vertices.  Ans: q = 5.
    4. G is 5-regular with n = 10 vertices. Ans: q = 25.
    5. G is maximal planar with n = 10 vertices. Ans: q = 24.
    6. G is planar, vertex-regular and region-regular. Ans: q = 30.
  4. Let G = K5 − e be the complete graph with one edge deleted.
    1. Show that this graph is planar using Kuratowski's Theorem.
    2. Show that G is planar by giving a plane drawing without crossing edges.
    3. Give a proper coloring of G with 4 colors (possible by the Four Color Theorem). Draw a map with 5 countries whose dual graph is G.