A Naive Algorithm for Feedback Vertex Set
Yixin Cao

TL;DR
This paper presents a simple greedy branching algorithm for the feedback vertex set problem that operates in single-exponential time, improving understanding of its computational complexity.
Contribution
It introduces a naive yet effective greedy branching algorithm with proven single-exponential time complexity for the feedback vertex set problem.
Findings
Algorithm runs in $O(c^k imes n^2)$ time
Branching on highest degree vertices is effective
Provides insights into fixed-parameter tractability
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 .
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsBayesian Modeling and Causal Inference · AI-based Problem Solving and Planning · Constraint Satisfaction and Optimization
