English

A note on approximating the average degree of bounded arboricity graphs

Data Structures and Algorithms 2026-03-11 v2 Computational Complexity Discrete Mathematics

Abstract

Estimating the average degree of graph is a classic problem in sublinear graph algorithm. Eden, Ron, and Seshadhri (ICALP 2017, SIDMA 2019) gave a simple algorithm for this problem whose running time depended on the graph arboricity, but the underlying simplicity and associated analysis were buried inside the main result. Moreover, the description there loses logarithmic factors because of parameter search. The aim of this note is to give a full presentation of this algorithm, without these losses. Consider standard access (vertex samples, degree queries, and neighbor queries) to a graph G=(V,E)G = (V,E) of arboricity at most α\alpha. Let dd denote the average degree of GG. We describe an algorithm that gives a (1+ε)(1+\varepsilon)-approximation to dd degree using O(ε2α/d)O(\varepsilon^{-2}\alpha/d) queries. For completeness, we modify the algorithm to get a O(ε2n/d)O(\varepsilon^{-2} \sqrt{n/d}) query

Keywords

Cite

@article{arxiv.2603.08694,
  title  = {A note on approximating the average degree of bounded arboricity graphs},
  author = {Talya Eden and C. Seshadhri},
  journal= {arXiv preprint arXiv:2603.08694},
  year   = {2026}
}
R2 v1 2026-07-01T11:10:48.565Z