A Randomized Algorithm for Long Directed Cycle
Meirav Zehavi

TL;DR
This paper introduces a randomized algorithm for the Long Directed Cycle problem, leveraging existing algorithms for the k-Path problem to achieve efficient solutions with exponential time complexity.
Contribution
It establishes a method to solve the Long Directed Cycle problem using a black-box k-Path algorithm, improving the computational approach for directed cycles.
Findings
LDC can be solved in randomized time O*(4^k)
The approach reduces LDC to k-Path problem with a time bound
Provides a new connection between k-Path and LDC problems
Abstract
Given a directed graph and a parameter , the {\sc Long Directed Cycle (LDC)} problem asks whether contains a simple cycle on at least vertices, while the {\sc -Path} problems asks whether contains a simple path on exactly vertices. Given a deterministic (randomized) algorithm for {\sc -Path} as a black box, which runs in time , we prove that {\sc LDC} can be solved in deterministic time (randomized time ). In particular, we get that {\sc LDC} can be solved in randomized time .
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.
