A $2^{O(k)}n$ algorithm for $k$-cycle in minor-closed graph families
Raphael Yuster

TL;DR
This paper introduces a randomized algorithm for finding cycles of length k in minor-closed graph families with a runtime of 2^{O(k)}n, improving upon previous super-exponential dependence on k, and also provides a derandomized version.
Contribution
It presents the first fixed-parameter algorithm with single-exponential dependence on k for cycle detection in minor-closed graph families, applicable to both directed and undirected graphs.
Findings
Runs in 2^{O(k)}n time for randomized version.
Derandomized version runs in 2^{O(k)}n log n time.
Applicable to both directed and undirected graphs.
Abstract
Let be a proper minor-closed family of graphs. We present a randomized algorithm that given a graph with vertices, finds a simple cycle of size in (if exists) in time. The algorithm applies to both directed and undirected graphs. In previous linear time algorithms for this problem, the runtime dependence on is super-exponential. The algorithm can be derandomized yielding a time algorithm.
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
