Fully Polynomial-time Algorithms Parameterized by Vertex Integrity Using Fast Matrix Multiplication

March 04, 2024 Β· Declared Dead Β· πŸ› arXiv.org

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

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Matthias Bentert, Klaus Heeger, Tomohiro Koana arXiv ID 2403.01839 Category cs.DS: Data Structures & Algorithms Citations 4 Venue arXiv.org Last Checked 4 months ago
Abstract
We study the computational complexity of several polynomial-time-solvable graph problems parameterized by vertex integrity, a measure of a graph's vulnerability to vertex removal in terms of connectivity. Vertex integrity is the smallest number $ΞΉ$ such that there is a set $S$ of $ΞΉ' \le ΞΉ$ vertices such that every connected component of $G-S$ contains at most $ΞΉ-ΞΉ'$ vertices. It is known that the vertex integrity lies between the well-studied parameters vertex cover number and tree-depth. Alon and Yuster [ESA 2007] designed algorithms for graphs with small vertex cover number using fast matrix multiplications. We demonstrate that fast matrix multiplication can also be effectively used when parameterizing by vertex integrity $ΞΉ$ by developing efficient algorithms for problems including an $O(ΞΉ^{Ο‰-1}n)$-time algorithm for computing the girth of a graph, randomized $O(ΞΉ^{Ο‰- 1}n)$-time algorithms for Maximum Matching and for finding any induced four-vertex subgraph except for a clique or an independent set, and an $O(ΞΉ^{(Ο‰-1)/2}n^2) \subseteq O(ΞΉ^{0.687} n^2)$-time algorithm for All-Pairs Shortest Paths. These algorithms can be faster than previous algorithms parameterized by tree-depth, for which fast matrix multiplication is not known to be effective.
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