$30
Graph Theory
Assignment 1
1. Sketch the following graphs described as sets of vertices and adjacency rules (βiffβ means βif and
only ifβ). Also, give the values of π and π for each graph.
A. π = {(π,π): 1 β€ π,π β€ 3}
And (π,π) is adjacent to (π, π) iff |π β π| + |π β π| = 1
B. π = {0,1,2,3,4,5,6,7}
And π is adjacent to π iff π β π is odd.
C. π = {(0,0,1), (0,0, β1), (0,1,0), (0, β1,0), (1,0,0), (β1,0,0)}
And (π,π, π) is adjacent to (π, π, π) iff they disagree in two positions.
D. π = {(0, Β±1, Β±2), (Β±1, Β±2,0), (Β±2,0, Β±1)} . Here, the Β± symbols are completely independent,
so (0, Β±1, Β±2) represents (0,1,2), (0,1, β2), (0, β1,2), and (0, β1, β2).
And (π,π, π) is adjacent to (π, π, π) iff the Euclidean distance π between them satisfies 0 < π < 3.
2. Give a βset of vertices and rule(s) for edgesβ recipe for the following two graphs:
A. B.