Faster Combinatorial k-Clique Algorithms

Amir Abboud,Nick Fischer, Yarin Shechter

CoRR(2024)

引用 0|浏览1
暂无评分
摘要
Detecting if a graph contains a k-Clique is one of the most fundamental problems in computer science. The asymptotically fastest algorithm runs in time O(n^ω k/3), where ω is the exponent of Boolean matrix multiplication. To date, this is the only technique capable of beating the trivial O(n^k) bound by a polynomial factor. Due to this technique's various limitations, much effort has gone into designing "combinatorial" algorithms that improve over exhaustive search via other techniques. The first contribution of this work is a faster combinatorial algorithm for k-Clique, improving Vassilevska's bound of O(n^k/log^k-1n) by two log factors. Technically, our main result is a new reduction from k-Clique to Triangle detection that exploits the same divide-and-conquer at the core of recent combinatorial algorithms by Chan (SODA'15) and Yu (ICALP'15). Our second contribution is exploiting combinatorial techniques to improve the state-of-the-art (even of non-combinatorial algorithms) for generalizations of the k-Clique problem. In particular, we give the first o(n^k) algorithm for k-clique in hypergraphs and an O(n^3/log^2.25n + t) algorithm for listing t triangles in a graph.
更多
查看译文
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要