English

Faster Exact and Parameterized Algorithm for Feedback Vertex Set in Bipartite Tournaments

Data Structures and Algorithms 2024-11-06 v1

Abstract

A {\em bipartite tournament} is a directed graph T:=(AB,E)T:=(A \cup B, E) such that every pair of vertices (a,b),aA,bB(a,b), a\in A,b\in B are connected by an arc, and no arc connects two vertices of AA or two vertices of BB. A {\em feedback vertex set} is a set SS of vertices in TT such that TST - S is acyclic. In this article we consider the {\sc Feedback Vertex Set} problem in bipartite tournaments. Here the input is a bipartite tournament TT on nn vertices together with an integer kk, and the task is to determine whether TT has a feedback vertex set of size at most kk. We give a new algorithm for {\sc Feedback Vertex Set in Bipartite Tournaments}. The running time of our algorithm is upper-bounded by O(1.6181k+nO(1))O(1.6181^k + n^{O(1)}), improving over the previously best known algorithm with running time 2kkO(1)+nO(1)2^kk^{O(1)} + n^{O(1)} [Hsiao, ISAAC 2011]. As a by-product, we also obtain the fastest currently known exact exponential-time algorithm for the problem, with running time O(1.3820n)O(1.3820^n).

Keywords

Cite

@article{arxiv.2411.02821,
  title  = {Faster Exact and Parameterized Algorithm for Feedback Vertex Set in Bipartite Tournaments},
  author = {Mithilesh Kumar and Daniel Lokshtanov},
  journal= {arXiv preprint arXiv:2411.02821},
  year   = {2024}
}

Comments

36th IARCS Annual Conference on Foundations of Software Technology and Theoretical Computer Science (FSTTCS 2016)

R2 v1 2026-06-28T19:48:30.593Z