Ajwani, DeepakDeepakAjwaniBeckmann, AndreasAndreasBeckmannMeyer, UlrichUlrichMeyerVeith, DavidDavidVeith2019-04-112019-04-112012 IEEE2012-06-21978-1-4673-1913-3http://hdl.handle.net/10197/9899The 2012 Architecture of Computing Systems (ARCS), Munchen, Germany, 28 February - 2 March 2012A fundamental step in the analysis of a massive graph is to compute its diameter. In the RAM model, the diameter of a connected undirected unweighted graph can be efficiently 2-approximated using a Breadth-First Search (BFS) traversal from an arbitrary node. However, if the graph is stored on disk, even an external memory BFS traversal is prohibitive, owing to the large number of I/Os it incurs. Meyer (2008) proposed a parametrized algorithm to compute an approximation of graph diameter with fewer I/Os than that required for exact BFS traversal of the graph. The approach is based on growing clusters around randomly chosen vertices `in parallel' until their fringes meet. We present an implementation of this algorithm and compare it with some simple heuristics and external-memory BFS in order to determine the trade-off between the approximation ratio and running-time achievable in practice. Our experiments show that with carefully chosen parameters, the new approach is indeed capable to produce surprisingly good diameter approximations in shorter time. We also confirm experimentally, that there are graph-classes where the parametrized approach runs into bad approximation ratios just as the theoretical analysis in (Meyer, 2008) suggests.en© 2012 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any current or future media, including reprinting/republishing this material for advertising or promotional purposes, creating new collective works, for resale or redistribution to servers or lists, or reuse of any copyrighted component of this work in other works.Approximation methodsApproximation algorithmsUpper boundRandom access memoryHeuristic algorithmsMemory managementSortingI/O-efficient approximation of graph diameters by parallel cluster growing - A first experimental studyConference Publication172019-04-01ME 3250/1-3https://creativecommons.org/licenses/by-nc-nd/3.0/ie/