Polynomial-time algorithm for determining the graph isomorphism (v.2)
Anatoly D. Plotnikov

TL;DR
This paper presents a polynomial-time algorithm with an $O(n^4)$ complexity for determining graph isomorphism by positioning vertices relative to their neighborhoods and constructing auxiliary directed graphs.
Contribution
The paper introduces a novel method of vertex positioning and auxiliary graph construction to solve graph isomorphism efficiently in polynomial time.
Findings
Algorithm runs in $O(n^4)$ time
Method effectively identifies isomorphic graphs
Provides a new approach to graph isomorphism problem
Abstract
We develop the methodology of positioning graph vertices relative to each other to solve the problem of determining isomorphism of two undirected graphs. Based on the position of the vertex in one of the graphs, it is determined the corresponding vertex in the other graph. For the selected vertex of the undirected graph, we define the neighborhoods of the vertices. Next, we construct the auxiliary directed graph, spawned by the selected vertex. The vertices of the digraph are positioned by special characteristics --- vectors, which locate each vertex of the digraph relative the found neighborhoods. This enabled to develop the algorithm for determining graph isomorphism, the runing time of which is equal to .
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGraph theory and applications · Cybersecurity and Information Systems · Advanced Data Processing Techniques
