I Have the following question :
Give three examples of simple, connected graphs, all with 8 vertices with degrees 2, 2, 2, 2, 3, 3, 4 and 4, no pairs of which are isomorphic
What is the best method to find such 3 graphs ? In general how can I proceed to find 2 or more non isomorphic Graphs that have the same numer of vertices with the same degree?
Thank you !
Hints: Each graph has two vertices of degree 4. Call them $a$ and $b$.
A graph where $a$ and $b$ share an edge cannot be isomorphic to a graph where $a$ and $b$ do not share an edge.
A graph where both of $a$ or $b$ share an edge with a vertex of order 3 is not isomorphic to a graph where only one does.
A graph where one of $a$ or $b$ is adjacent to all of the vertices of order 2 is not isomorphic to a graph where neither one is, or to a graph where both are.
Etc.