Degree sequence of a tree with 12 nodes

778 Views Asked by At

Let T be a tree with 12 nodes. We know that it has exactly 3 vertices of degree 3 and exactly 1 vertex of degree 2. We do not know the degrees of the remaining vertices (besides the fact that none of them has degree 3 or 2).

(a) What is the sum of the degrees of all vertices in T? Justify your answer.

(b) Determine the degree sequence of T.

(c) Prove that the degree sequence given in item (b) is the only possible.

(d) Give two non-isomorphic trees with this degree sequence.

Regarding (a), I managed to solve it by the the property |V|=|E|+1 and the handshaking lemma. As a result the sum of the degrees of all vertices in T is 22.

However, I am stuck at (b), (c) and (d). Any help or hints would be very appreciated.

2

There are 2 best solutions below

2
On BEST ANSWER

There are three vertices of degree $3$ and one of degree $2$, so we have "used up" 11 out of a total degree sum of $22$. Now there are eight vertices left, so we conclude that there must be one of these vertices with degree $4$ and the rest have degree $1$ (this is the only way to get eight positive integers to add to $11$ without using $2$ or $3$). I'll leave it to you to draw two nonisomorphic trees with set of degrees $\{4,3,3,3,2,1,1,1,1,1,1,1\}$.

0
On

We follow marcelgoh's answer, and list a total of 21 non-isomorphic trees that met the requirements (using Király Z. 's algorithm and Szabolcs's implementation)

enter image description here

Here are these graphs in Graph6 form. (We can easily export them in human-readable form.)

Ks`A@?_C?_@?
KsQA@?_C?_@?
KqaA@?_C?_@?
KoeAA?_G?_A?
KqQC@?_C?_@?
KqICA?_C?_@?
KqECA?_G?_@?
KoUCA?_G?_A?
KiaC@?_C?_@?
KhaCA?_C?_@?
KgeCA?_G?_A?
K`iCA@?G?_A?
KiICC?_C?_@?
KhQCC?_C?_@?
KgUCC?_G?_A?
KhICC@?C?_@?
KhECC@?G?_@?
KgMCC@?G?_A?
K`YCC@?G?_A?
KIqCC?_G?_A?
KIiCC@?G?_A?