Solving Graph Isomorphism Problem for a Special case

11/22/2017
by   Vaibhav Amit Patel, et al.
0

Graph isomorphism is an important computer science problem. The problem for the general case is unknown to be in polynomial time. The base algorithm for the general case works in quasi-polynomial time. The solutions in polynomial time for some special type of classes are known. In this work, we have worked with a special type of graphs. We have proposed a method to represent these graphs and finding isomorphism between these graphs. The method uses a modified version of the degree list of a graph and neighbourhood degree list. These special type of graphs have a property that neighbourhood degree list of any two immediate neighbours is different for every vertex.The representation becomes invariant to the order in which the node was selected for giving the representation making the isomorphism problem trivial for this case. The algorithm works in O(n^4) time, where n is the number of vertices present in the graph. The proposed algorithm runs faster than quasi-polynomial time for the graphs used in the study.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
02/13/2018

A Faster Isomorphism Test for Graphs of Small Degree

Luks's algorithm (JCSS 1982) to test isomorphism of bounded degree graph...
research
07/29/2018

Consistent polynomial-time unseeded graph matching for Lipschitz graphons

We propose a consistent polynomial-time method for the unseeded node mat...
research
12/16/2019

The polynomial method for list-colouring extendability of outerplanar graphs

We restate theorems of Hutchinson on list-colouring extendability for ou...
research
08/22/2020

Digraphs Homomorphism Problems with Maltsev Condition

We consider a generalization of finding a homomorphism from an input dig...
research
04/25/2020

Lazy listing of equivalence classes – A paper on dynamic programming and tropical circuits

When a problem has more than one solution, it is often important, depend...
research
09/09/2018

Fitting a Graph to One-Dimensional Data

Given n data points in R^d, an appropriate edge-weighted graph connectin...
research
11/02/2020

Recent Advances on the Graph Isomorphism Problem

We give an overview of recent advances on the graph isomorphism problem....

Please sign up or login with your details

Forgot password? Click here to reset