I/O-efficient hierarchical diameter approximation

  • Authors:
  • Deepak Ajwani;Ulrich Meyer;David Veith

  • Affiliations:
  • Centre for Unified Computing, University College Cork, Cork, Ireland;Institut für Informatik, Goethe-Universität Frankfurt, Frankfurt am Main, Germany;Institut für Informatik, Goethe-Universität Frankfurt, Frankfurt am Main, Germany

  • Venue:
  • ESA'12 Proceedings of the 20th Annual European conference on Algorithms
  • Year:
  • 2012

Quantified Score

Hi-index 0.00

Visualization

Abstract

Computing diameters of huge graphs is a key challenge in complex network analysis. As long as the graphs fit into main memory, diameters can be efficiently approximated (and frequently even exactly determined) using heuristics that apply a limited number of BFS traversals. If the input graphs have to be kept and processed on external storage, even a single BFS run may cause an unacceptable amount of time-consuming I/O-operations. Meyer [17] proposed the first parameterized diameter approximation algorithm with fewer I/Os than that required for exact BFS traversal. In this paper we derive hierarchical extensions of this randomized approach and experimentally compare their trade-offs between actually achieved running times and approximation ratios. We show that the hierarchical approach is frequently capable of producing surprisingly good diameter approximations in shorter time than BFS. We also provide theoretical and practical insights into worst-case input classes.