Path Contraction Faster than $2^n$
Akanksha Agrawal, Fedor V. Fomin, Daniel Lokshtanov, Saket Saurabh, Prafullkumar Tale

TL;DR
This paper presents a faster exact exponential time algorithm for the Path Contraction problem, improving the runtime from 2^n to approximately 1.99987^n, and introduces a related algorithm for 3-Disjoint Connected Subgraphs.
Contribution
It introduces a significantly improved exponential time algorithm for Path Contraction and a new algorithm for 3-Disjoint Connected Subgraphs, using the latter as a sub-routine.
Findings
Path Contraction algorithm runs in 1.99987^n time.
New algorithm for 3-Disjoint Connected Subgraphs runs in 1.88^n time.
Faster algorithms demonstrate progress in exponential time complexity for graph contraction problems.
Abstract
A graph is contractible to a graph if there is a set , such that is isomorphic to . Here, is the graph obtained from by contracting all the edges in . For a family of graphs , the -\textsc{Contraction} problem takes as input a graph on vertices, and the objective is to output the largest integer , such that is contractible to a graph , where . When is the family of paths, then the corresponding -\textsc{Contraction} problem is called \textsc{Path Contraction}. The problem \textsc{Path Contraction} admits a simple algorithm running in time . In spite of the deceptive simplicity of the problem, beating the bound for \textsc{Path Contraction} seems quite challenging. In this paper, we design an…
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.
