English

Efficient Enumeration of Chordless Cycles

Data Structures and Algorithms 2014-12-01 v4 Discrete Mathematics

Abstract

In a finite undirected simple graph, a {\it chordless cycle} is an induced subgraph which is a cycle. We propose two algorithms to enumerate all chordless cycles of such a graph. Compared to other similar algorithms, the proposed algorithms have the advantage of finding each chordless cycle only once. To ensure this, we introduced the concepts of vertex labeling and initial valid vertex triplet. To guarantee that the expansion of a given chordless path will always lead to a chordless cycle, we use a breadth-first search in a subgraph obtained by the elimination of many of the vertices from the original graph. The resulting algorithm has time complexity O(n+m)\mathcal{O}(n + m) in the output size, where nn is the number of vertices and mm is the number of edges.

Keywords

Cite

@article{arxiv.1309.1051,
  title  = {Efficient Enumeration of Chordless Cycles},
  author = {Elisângela Silva Dias and Diane Castonguay and Humberto Longo and Walid Abdala Rfaei Jradi},
  journal= {arXiv preprint arXiv:1309.1051},
  year   = {2014}
}

Comments

15 pages

R2 v1 2026-06-22T01:20:37.938Z