Graph Isomorphism is to check if two graphs that look different are actually the same. More formally, given two graphs does there exist a 1-to-1 mapping of vertices in one graph onto the vertices of other such that edges and non-edges are preserved?. Count the number of isomorphisms of the given graph.
Note : {a,b,c,d} is the vertex set of the given graph.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
There are four vertices in the graph {a,b,c,d}, now a can be map to vertex a or b or c or d once we mapped a then b have 2 choices. So 4 *2 =8