Finding Small Complete Subgraphs Efficiently
Ke Chen, Adrian Dumitrescu, and Andrzej Lingas

TL;DR
This paper introduces a simple, efficient algorithm for finding small complete subgraphs in graphs, improving theoretical bounds and practical performance over previous methods, especially for high-arboricity graphs.
Contribution
The paper presents a new simple combinatorial algorithm for triangle listing, extends it to small complete subgraphs, and improves arboricity-sensitive algorithms for counting and detection.
Findings
New simple triangle listing algorithm faster in practice.
Asymptotically tight bounds for listing all copies of K_ell.
Faster algorithms for small K_ell detection in high-arboricity graphs.
Abstract
(I) We revisit the algorithmic problem of finding all triangles in a graph with vertices and edges. According to a result of Chiba and Nishizeki (1985), this task can be achieved by a combinatorial algorithm running in time, where 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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Theory Research · Complexity and Algorithms in Graphs · Algorithms and Data Compression
