Questions: Graph Isomorphism

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

Graphs G and H have the same vertex count, edge count, and degree sequence [3, 2, 2, 1]. What can you conclude?

AG and H are isomorphic, since they share all these invariants
BG and H are not isomorphic, since no further checks are needed once three invariants match
CG and H may or may not be isomorphic — matching invariants is necessary but not sufficient
DG and H are isomorphic only if they are drawn the same way
Question 2 Multiple Choice

You want to prove two graphs are NOT isomorphic as efficiently as possible. Which strategy is best?

AEnumerate all n! possible bijections between their vertex sets and verify none preserve edges
BApply cheap invariants first (degree sequence, girth, triangle count); stop as soon as one differs
CDraw both graphs and observe whether they look different
DCheck whether both graphs are connected
Question 3 True / False

Two graphs that are drawn differently on paper can seldom be isomorphic.

TTrue
FFalse
Question 4 True / False

The degree sequence of a graph is preserved under any isomorphism — if two graphs are isomorphic, their degree sequences must be identical.

TTrue
FFalse
Question 5 Short Answer

Why is proving two graphs are isomorphic harder than proving they are non-isomorphic?

Think about your answer, then reveal below.