The Input/Output Complexity of Triangle Enumeration
Abstract: We consider the well-known problem of enumerating all triangles of an undirected graph. Our focus is on determining the input/output (I/O) complexity of this problem. Let be the number of edges, $M<E$ the size of internal memory, and the block size. The best results obtained previously are sort I/Os (Dementiev, PhD thesis 2006) and I/Os (Hu et al., SIGMOD 2013), where sort denotes the number of I/Os for sorting items. We improve the I/O complexity to expected I/Os, which improves the previous bounds by a factor . Our algorithm is cache-oblivious and also I/O optimal: We show that any algorithm enumerating distinct triangles must always use I/Os, and there are graphs for which . Finally, we give a deterministic cache-aware algorithm using I/Os assuming for a constant $\varepsilon > 0$. Our results are based on a new color coding technique, which may be of independent interest.
Paper Prompts
Sign up for free to create and run prompts on this paper.