Listing 6-Cycles
Data Structures and Algorithms
2023-10-24 v1
Abstract
Listing copies of small subgraphs (such as triangles, -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 (non-induced) -cycles in an -node undirected graph in time. This nearly matches the fastest known algorithm for detecting a -cycle in time by Yuster and Zwick (1997). Previously, a folklore -time algorithm was known for the task of listing -cycles.
Keywords
Cite
@article{arxiv.2310.14575,
title = {Listing 6-Cycles},
author = {Ce Jin and Virginia Vassilevska Williams and Renfei Zhou},
journal= {arXiv preprint arXiv:2310.14575},
year = {2023}
}
Comments
10 pages; SOSA 2024