Papers
Topics
Authors
Recent
Gemini 2.5 Flash
Gemini 2.5 Flash
133 tokens/sec
GPT-4o
7 tokens/sec
Gemini 2.5 Pro Pro
46 tokens/sec
o3 Pro
4 tokens/sec
GPT-4.1 Pro
38 tokens/sec
DeepSeek R1 via Azure Pro
28 tokens/sec
2000 character limit reached

Solving Co-Path/Cycle Packing and Co-Path Packing Faster Than $3^k$ (2406.10829v2)

Published 16 Jun 2024 in cs.DS

Abstract: The \textsc{Co-Path/Cycle Packing} problem (resp. The \textsc{Co-Path Packing} problem) asks whether we can delete at most $k$ vertices from the input graph such that the remaining graph is a collection of induced paths and cycles (resp. induced paths). These two problems are fundamental graph problems that have important applications in bioinformatics. Although these two problems have been extensively studied in parameterized algorithms, it seems hard to break the running time bound $3k$. In 2015, Feng et al. provided an $O*(3k)$-time randomized algorithms for both of them. Recently, Tsur showed that they can be solved in $O*(3k)$ time deterministically. In this paper, by combining several techniques such as path decomposition, dynamic programming, cut & count, and branch-and-search methods, we show that \textsc{Co-Path/Cycle Packing} can be solved in $O*(2.8192k)$ time deterministically and \textsc{Co-Path Packing} can be solved in $O*(2.9241{k})$ time with failure probability $\leq 1/3$. As a by-product, we also show that the \textsc{Co-Path Packing} problem can be solved in $O*(5p)$ time with probability at least 2/3 if a path decomposition of width $p$ is given.

Summary

We haven't generated a summary for this paper yet.