The 20th Annual European Symposium, Ljubljana, Slovenia, 10-12 September 2012Computing 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...
The diameter of an unweighted graph is the maximum pairwise distance among its connected vertices. I...
Computing the diameter of a graph, i.e. the largest distance, is a fundamental problem that is centr...
Breadth first search (BFS) traversal on massive graphs in external memory was considered non-viable ...
The 20th Annual European Symposium, Ljubljana, Slovenia, 10-12 September 2012Computing diameters of ...
The 2012 Architecture of Computing Systems (ARCS), Munchen, Germany, 28 February - 2 March 2012A fun...
Computing the diameter of a graph is a fundamental part of network analysis. Even if the data fits i...
International audienceThe diameter of a graph is among its most basic parameters. Since a few years ...
The diameter of a graph is among its most basic parameters. Since a few years, it moreover became a ...
We present an algorithm for approximating the diameter of massive weighted undirected graphs on dist...
We present a space and time efficient practical parallel algorithm for approximating the diameter of...
This paper is devoted to the fast and exact diameter computation in graphs with n vertices and m edg...
International audienceIn this paper, we propose a new algorithm that computes the radius and the dia...
International audienceWe discuss very effcient diameter computation algorithms and applied them on h...
The variety of applications requiring graph analysis is growing rapidly. Diameter is one of the most...
In this paper, we propose a new algorithm that computes the radius and the diameter of a weakly conn...
The diameter of an unweighted graph is the maximum pairwise distance among its connected vertices. I...
Computing the diameter of a graph, i.e. the largest distance, is a fundamental problem that is centr...
Breadth first search (BFS) traversal on massive graphs in external memory was considered non-viable ...
The 20th Annual European Symposium, Ljubljana, Slovenia, 10-12 September 2012Computing diameters of ...
The 2012 Architecture of Computing Systems (ARCS), Munchen, Germany, 28 February - 2 March 2012A fun...
Computing the diameter of a graph is a fundamental part of network analysis. Even if the data fits i...
International audienceThe diameter of a graph is among its most basic parameters. Since a few years ...
The diameter of a graph is among its most basic parameters. Since a few years, it moreover became a ...
We present an algorithm for approximating the diameter of massive weighted undirected graphs on dist...
We present a space and time efficient practical parallel algorithm for approximating the diameter of...
This paper is devoted to the fast and exact diameter computation in graphs with n vertices and m edg...
International audienceIn this paper, we propose a new algorithm that computes the radius and the dia...
International audienceWe discuss very effcient diameter computation algorithms and applied them on h...
The variety of applications requiring graph analysis is growing rapidly. Diameter is one of the most...
In this paper, we propose a new algorithm that computes the radius and the diameter of a weakly conn...
The diameter of an unweighted graph is the maximum pairwise distance among its connected vertices. I...
Computing the diameter of a graph, i.e. the largest distance, is a fundamental problem that is centr...
Breadth first search (BFS) traversal on massive graphs in external memory was considered non-viable ...