Graph Isomorphism

ianmcloughlin.github.io linkedin github

Isomorphism

G1 and G2: two graphs.

A1: adjacency matrix of G1.

A2: adjacency matrix of G2.

Isomorphic: P such that A2=PA1P.