Nearly Optimal Time Bounds for kPath in Hypergraphs
Abstract
We give almost tight conditional lower bounds on the running time of the kHyperPath problem. Given an r-uniform hypergraph for some integer r, kHyperPath seeks a tight path of length k. That is, a sequence of k nodes such that every consecutive r of them constitute a hyperedge in the graph. This problem is a natural generalization of the extensively-studied kPath problem in graphs. We show that solving kHyperPath in time O*(2(1-γ)k) where γ>0 is independent of r is probably impossible. Specifically, it implies that Set Cover on n elements can be solved in time O*(2(1 - δ)n) for some δ>0. The only known lower bound for the kPath problem is 2(k) poly(n) where n is the number of nodes assuming the Exponential Time Hypothesis (ETH), and finding any conditional lower bound with an explicit constant in the exponent has been an important open problem. We complement our lower bound with an almost tight upper bound. Formally, for every integer r≥ 3 we give algorithms that solve kHyperPath and kHyperCycle on r-uniform hypergraphs with n nodes and m edges in time 2k m · poly(n) and 2k m2 poly(n) respectively, and that is even for the directed version of these problems. To the best of our knowledge, this is the first algorithm for kHyperPath. The fastest algorithms known for kPath run in time 2k poly(n) for directed graphs (Williams, 2009), and in time 1.66k poly(n) for undirected graphs (Bj\"orklund ηl, 2014).
Turn this paper into a lesson
ArcXiv compiles a structured reading guide from this paper's metadata: plain-English importance, contributions, prerequisite concepts, which sections to read first, flashcards, and a quiz. Grounded in the abstract, never invented.