English

Tailored vertex ordering for faster triangle listing in large graphs

Data Structures and Algorithms 2022-11-03 v2 Social and Information Networks

Abstract

Listing triangles is a fundamental graph problem with many applications, and large graphs require fast algorithms. Vertex ordering allows the orientation of edges from lower to higher vertex indices, and state-of-the-art triangle listing algorithms use this to accelerate their execution and to bound their time complexity. Yet, only basic orderings have been tested. In this paper, we show that studying the precise cost of algorithms instead of their bounded complexity leads to faster solutions. We introduce cost functions that link ordering properties with the running time of a given algorithm. We prove that their minimization is NP-hard and propose heuristics to obtain new orderings with different trade-offs between cost reduction and ordering time. Using datasets with up to two billion edges, we show that our heuristics accelerate the listing of triangles by an average of 38% when the ordering is already given as an input, and 16% when the ordering time is included.

Keywords

Cite

@article{arxiv.2203.04774,
  title  = {Tailored vertex ordering for faster triangle listing in large graphs},
  author = {Fabrice Lécuyer and Louis Jachiet and Clémence Magnien and Lionel Tabourier},
  journal= {arXiv preprint arXiv:2203.04774},
  year   = {2022}
}

Comments

11 pages, 4 figures. Open-source C++ code available at: https://github.com/lecfab/volt

R2 v1 2026-06-24T10:07:25.022Z