To draw a graph with only two eccentricties.

combinatoricsdiscrete mathematicsgraph theory

I was trying to convert graphs $C_8$ and $C_9$ into graphs $A$ and $B$, by adding two extra vertices, such that both $A$ and $B$ contains exactly two vertices with eccentricity three and rest with eccentricity four, and $C_8$ is induced in $A$ and $C_9$ is induced in $B$. Kindly help me to get the graph (may be by adding 3 vertices). Any hint or suggestion will be helpful. Following is my (failed) attempt.

Graph $A$

enter image description here

Graph $B$

enter image description here

Best Answer

I was able to mess around with this and get an answer, but I wasn't able to find a great procedure. I really just arrived at the conclusion that the vertices with eccentricity $3$ probably should be the newly introduced vertices. In order for this to work out any "bridge" that they create in the original $C_8$ (or $C_9$) couldn't be a "shortcut" for any vertices in the cycle. Note how both graphs are structurally similar. I bet this concept could generalize nicely for higher order cycles with a little bit of work.

Here is your graph $A$ starting from a $C_8$. The two bottom vertices colored in green are the ones with eccentricity $3$. The red ones have eccentricity $4$. Graph A as described

Here is your graph $B$ starting from a $C_9$. Colored similarly as above. Graph B as described

Related Question