Searching isomorphic graphs

02/10/2018
by   Anatoly D. Plotnikov, et al.
0

To determine that two given undirected graphs are isomorphic, we construct for them auxiliary graphs, using the breadth-first search. This makes capability to position vertices in each digraph with respect to each other. If the given graphs are isomorphic, in each of them we can find such positionally equivalent auxiliary digraphs that have the same mutual positioning of vertices. Obviously, if the given graphs are isomorphic, then such equivalent digraphs exist. Proceeding from the arrangement of vertices in one of the digraphs, we try to determine the corresponding vertices in another digraph. As a result we develop the algorithm for constructing a bijective mapping between vertices of the given graphs if they are isomorphic. The running time of the algorithm equal to O(n^5), where n is the number of graph vertices.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
06/04/2021

A Nearly Optimal All-Pairs Min-Cuts Algorithm in Simple Graphs

We give an n^2+o(1)-time algorithm for finding s-t min-cuts for all pair...
research
06/04/2020

4-cop-win graphs have at least 19 vertices

We show that the cop number of any graph on 18 or fewer vertices is at m...
research
01/30/2022

A DFS Algorithm for Maximum Matchings in General Graphs

In this paper, we propose a depth-first search (DFS) algorithm for searc...
research
09/05/2013

The k-in-a-tree problem for graphs of girth at least k

For all integers k≥ 3, we give an O(n^4) time algorithm for the problem ...
research
02/05/2020

Simplifying Activity-on-Edge Graphs

We formalize the simplification of activity-on-edge graphs used for visu...
research
03/05/2018

The Algorithm of Accumulated Mutual Influence of The Vertices in Semantic Networks

In this article the algorithm for calculating a mutual influence of the ...
research
10/15/2018

A recognition algorithm for adjusted interval digraphs

Min orderings give a vertex ordering characterization, common to some gr...

Please sign up or login with your details

Forgot password? Click here to reset