2000 character limit reached
Listing 6-Cycles
Published 23 Oct 2023 in cs.DS | (2310.14575v1)
Abstract: Listing copies of small subgraphs (such as triangles, $4$-cycles, small cliques) in the input graph is an important and well-studied problem in algorithmic graph theory. In this paper, we give a simple algorithm that lists $t$ (non-induced) $6$-cycles in an $n$-node undirected graph in $\tilde O(n2+t)$ time. This nearly matches the fastest known algorithm for detecting a $6$-cycle in $O(n2)$ time by Yuster and Zwick (1997). Previously, a folklore $O(n2+t)$-time algorithm was known for the task of listing $4$-cycles.
Paper Prompts
Sign up for free to create and run prompts on this paper using GPT-5.
Top Community Prompts
Collections
Sign up for free to add this paper to one or more collections.