A Naive Algorithm for Feedback Vertex Set
Data Structures and Algorithms
2017-08-02 v2
Abstract
Given a graph on vertices and an integer , the feedback vertex set problem asks for the deletion of at most 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., for some constant .
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}
}