English

Finding Small Complete Subgraphs Efficiently

Data Structures and Algorithms 2026-02-18 v4

Abstract

(I) We revisit the algorithmic problem of finding all triangles in a graph G=(V,E)G=(V,E) with nn vertices and mm edges. According to a result of Chiba and Nishizeki (1985), this task can be achieved by a combinatorial algorithm running in O(mα)=O(m3/2)O(m \alpha) = O(m^{3/2}) time, where α=α(G)\alpha= \alpha(G) is the graph arboricity. We provide a new very simple combinatorial algorithm for finding all triangles in a graph and show that is amenable to the same running time analysis. We derive these worst-case bounds from first principles and with very simple proofs that do not rely on classic results due to Nash-Williams from the 1960s. Our experimental results show that our simple algorithm for triangle listing is substantially faster in practice than that of Chiba and Nishizeki on all examples of real-world graphs we tried. (II) We extend our arguments to the problem of finding all small complete subgraphs of a given fixed size. We show that the dependency on mm and α\alpha in the running time O(α2m)O(\alpha^{\ell-2} \cdot m) of the algorithm of Chiba and Nishizeki for listing all copies of KK_\ell, where 3\ell \geq 3, is asymptotically tight. (III) We give improved arboricity-sensitive running times for counting and/or detection of copies of KK_\ell, for small 4\ell \geq 4. A key ingredient in our algorithms is, once again, the algorithm of Chiba and Nishizeki. Our new algorithms are faster than all previous algorithms in certain high-range arboricity intervals for every 7\ell \geq 7.

Keywords

Cite

@article{arxiv.2308.11146,
  title  = {Finding Small Complete Subgraphs Efficiently},
  author = {Ke Chen and Adrian Dumitrescu and Andrzej Lingas},
  journal= {arXiv preprint arXiv:2308.11146},
  year   = {2026}
}

Comments

16 pages, 1 figure, 3 tables. Small updates in Section 4. arXiv admin note: text overlap with arXiv:2105.01265

R2 v1 2026-06-28T12:01:02.890Z