Consider the graph Qn whose vertices are
labeled by strings of length n over {0, 1} (binary strings of
length n, eg when n = 3, 000, 001, 010 etc.) There is an edge
between to vertices if the strings that label them differ in exactly one place.
In general Qn is known as the n-cube.
So, for example, there is an edge between 000 and 010 which only differ in
the second position, but not between 000 and 110 which differ in two places,
nor between 000 and 111.
-
Draw Q3.
-
Is Q3 bipartite? If so give a bipartition.
-
In general, for what values of n is Qn bipartite?
-
Q3 is known as the cubic graph - can you think why?