Jump to content

Introduction to graph theory/Problems 2

From Wikiversity

Problems 2: Lecture 6-10

[edit | edit source]

Planar Graphs

[edit | edit source]

The n-dimensional Cube Qn or hypercube can be seen as a graph. Its nodes are the words of length n over the alphabet {0,1}, or V(Qn)={0,1}n. Two nodes are adjacent if and only if they differ in exactly one position.

  1. How many nodes does Qn have? How many edges?
  2. Describe the degrees of the nodes in Qn.
  3. Embed Q1,Q2,Q3 and Q4 into the plane - without intersections, if possible.
  4. Embed Q4 intersection-free on the surface of a torus.

Skewness

The skewness of a graph is the minimum number of edges which have to be removed from G so that the resulting graph is planar.

  1. Show that for a simple graph G with n3 nodes and m edges the following equation holds:
skewness(G)m3n+6
  1. Calculate the skewness for K3,K5,K3,3

Trees

Show the equivalence of the following statements for a graph G with n:

  1. G is a tree, i.e. G is connected and has circle-free.
  2. G is connected and has n1 edges.
  3. G is circle-free and has n1 edges.