Graphs with same degree sequence and same number of vertices isomorphic?

1k Views Asked by At

if there are two graph $G$ and $H$ that have same number of vertices, and their degree sequences are the same. Does this mean that they are isomorphic ?

1

There are 1 best solutions below

0
On

Look up "graph isomorphism problem". You will find that it is a known hard problem. By contrast, computing the degree sequence is easy. So, by resorting to authority, the answer is "no". More specific reasons are in the comments.