English

Parameterized Aspects of Triangle Enumeration

Data Structures and Algorithms 2018-12-24 v4 Discrete Mathematics

Abstract

The task of listing all triangles in an undirected graph is a fundamental graph primitive with numerous applications. It is trivially solvable in time cubic in the number of vertices. It has seen a significant body of work contributing to both theoretical aspects (e.g., lower and upper bounds on running time, adaption to new computational models) as well as practical aspects (e.g. algorithms tuned for large graphs). Motivated by the fact that the worst-case running time is cubic, we perform a systematic parameterized complexity study of triangle enumeration. We provide both positive results (new enumerative kernelizations, "subcubic" parameterized solving algorithms) as well as negative results (presumable uselessness in terms of "faster" parameterized algorithms of certain parameters such as graph diameter). To this end, we introduce new and extend previous concepts.

Keywords

Cite

@article{arxiv.1702.06548,
  title  = {Parameterized Aspects of Triangle Enumeration},
  author = {Matthias Bentert and Till Fluschnik and André Nichterlein and Rolf Niedermeier},
  journal= {arXiv preprint arXiv:1702.06548},
  year   = {2018}
}

Comments

Appeared at FCT 2017

R2 v1 2026-06-22T18:24:33.928Z