,
Debarshi Chanda
,
Gopinath Mishra
Creative Commons Attribution 4.0 International license
Given a simple, unweighted, undirected graph G = (V,E) with |V| = n and |E| = m, and parameters 0 < ε, δ < 1, along with Degree, Neighbour, Pair and RandomEdge query access to G, we provide a query-based randomized algorithm to generate an estimate T̂ of the number of triangles T in G, such that T̂ ∈ [(1-ε)T , (1+ε)T] with probability at least 1-δ. The query complexity of our algorithm is Õ(m α log(1/δ)/{ε³T}), where α is the arboricity of G. Our work can be seen as a natural progression to the line of recent works [Eden et al., SIAM J Comp., 2017; Assadi et al., ITCS 2019; Eden et al., SODA 2020] that considered subgraph or triangle counting with or without the use of RandomEdge query. Of these works, Eden et al. [SODA 2020] considers the role of arboricity. Our work is the first to consider how RandomEdge query can leverage the structural property of arboricity. Furthermore, continuing in the line of work of Assadi et al. [APPROX/RANDOM 2022], we also provide a lower bound of Ω̃(m α log(1/δ)/{ε²T}) that matches the upper bound exactly on arboricity, δ, and almost on ε.
@InProceedings{bishnu_et_al:LIPIcs.APPROX/RANDOM.2026.55,
author = {Bishnu, Arijit and Chanda, Debarshi and Mishra, Gopinath},
title = {{Arboricity Matters in Triangle Counting with Random Edges}},
booktitle = {Approximation, Randomization, and Combinatorial Optimization. Algorithms and Techniques (APPROX/RANDOM 2026)},
pages = {55:1--55:25},
series = {Leibniz International Proceedings in Informatics (LIPIcs)},
ISBN = {978-3-95977-449-9},
ISSN = {1868-8969},
year = {2026},
volume = {392},
editor = {Singh, Mohit and Gur, Tom},
publisher = {Schloss Dagstuhl -- Leibniz-Zentrum f{\"u}r Informatik},
address = {Dagstuhl, Germany},
URL = {https://drops.dagstuhl.de/entities/document/10.4230/LIPIcs.APPROX/RANDOM.2026.55},
URN = {urn:nbn:de:0030-drops-277722},
doi = {10.4230/LIPIcs.APPROX/RANDOM.2026.55},
annote = {Keywords: Triangle counting, Sublinear algorithms, Subgraph counting}
}