Sciweavers

WEA
2009
Springer

Fast Algorithm for Graph Isomorphism Testing

13 years 11 months ago
Fast Algorithm for Graph Isomorphism Testing
Abstract. In this paper we present a novel approach to the graph isomorphism problem. We combine a direct approach, that tries to find a mapping between the two input graphs using backtracking, with a (possibly partial) automorphism precomputing that allows to prune the search tree. We propose an algorithm, conauto, that has a space complexity of O(n2 log n) bits. It runs in time O(n5 ) with high probability if either one of the input graphs is a G(n, p) random graph, for p ∈ [ω(ln4 n/n ln ln n), 1 − ω(ln4 n/n ln ln n)]. We compare the practical performance of conauto with other popular algorithms, with an extensive collection of problem instances. Our algorithm behaves consistently for directed, undirected, positive, and negative cases. Additionally, when it is slower than any of the other algorithms, it is only by a small factor.
José Luis López-Presa, Antonio Fern&
Added 20 May 2010
Updated 20 May 2010
Type Conference
Year 2009
Where WEA
Authors José Luis López-Presa, Antonio Fernández Anta
Comments (0)