Circle Graph Isomorphism in Almost Linear Time

August 24, 2019 Β· Declared Dead Β· πŸ› Theory and Applications of Models of Computation

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors VΓ­t Kalisz, Pavel KlavΓ­k, Peter Zeman arXiv ID 1908.09151 Category cs.DS: Data Structures & Algorithms Cross-listed cs.DM, math.CO Citations 4 Venue Theory and Applications of Models of Computation Last Checked 4 months ago
Abstract
Circle graphs are intersection graphs of chords of a circle. In this paper, we present a new algorithm for the circle graph isomorphism problem running in time $O((n+m)Ξ±(n+m))$ where $n$ is the number of vertices, $m$ is the number of edges and $Ξ±$ is the inverse Ackermann function. Our algorithm is based on the minimal split decomposition [Cunnigham, 1982] and uses the state-of-art circle graph recognition algorithm [Gioan, Paul, Tedder, Corneil, 2014] in the same running time. It improves the running time $O(nm)$ of the previous algorithm [Hsu, 1995] based on a similar approach.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted