English

A Naive Algorithm for Feedback Vertex Set

Data Structures and Algorithms 2017-08-02 v2

Abstract

Given a graph on nn vertices and an integer kk, the feedback vertex set problem asks for the deletion of at most kk vertices to make the graph acyclic. We show that a greedy branching algorithm, which always branches on an undecided vertex with the largest degree, runs in single-exponential time, i.e., O(ckn2)O(c^k\cdot n^2) for some constant cc.

Keywords

Cite

@article{arxiv.1707.08684,
  title  = {A Naive Algorithm for Feedback Vertex Set},
  author = {Yixin Cao},
  journal= {arXiv preprint arXiv:1707.08684},
  year   = {2017}
}