Description
- (Graph properties)
True or false?
- The complete bipartite graph K5,5 has no cycle of length five.
- If you add a new edge to a cycle, the resulting graph will always contain a 3-clique.
- It is possible to remove two edges from K6 so that the resulting graph has a clique number of 4. d. There are exactly 3 automorphisms of K3.
- (Graph traversal)
For each of the following graphs, show a Hamiltonian path or argue why no such path exists. a. The graph on slide 18 (week 5).
- K3,4
- K1,4,1
- K2,2,4
- A graph with 5 nodes and degree sequence 0, 0, 5.
- A tree with 5 nodes and degree sequence 0, 3, 1, 1.
- (Graph colouring)
For each of the following graphs G, determine its chromatic number χ(G).
- The graph on slide 18 (week 5).
- A graph obtained by adding one new edge to C4.
- A graph obtained by removing one edge from K2,2.
- A graph obtained by removing one edge from K4.
- (Planar graphs)
True or false?
- A forest is always planar.
- All graphs with 6 nodes and 8 edges are planar.
- All graphs whose clique number is 2 are planar.
- You can obtain a nonplanar graph by adding 3 edges to a cycle.
- When you remove two edges from K6, you will never obtain a planar graph.
- All graphs whose chromatic number is 4 are planar.
- (Constructing graphs)
A graph G is a 2-3 tree if:
G is a rooted tree.
Each node has either 2 or 3 children (unless it is a leaf node, which has no children). All paths from the root to the leaves have the same length.
There are seven different types of 2-3 trees of height 2 (i.e., which are non-isomorphic). Draw one tree of each type.
6. Challenge Exercise
- What is the minimum number of edges that need to be removed from K5 so that the resulting graph has a chromatic number of
3 ?
2 ?
1 ?
- Give a planar drawing of K2,2,2. Can you find one with only straight lines?



