Fast diameter and radius BFS-based computation in (weakly connected) real-world graphs: With an application to the six degrees of separation games

In this paper, we propose a new algorithm that computes the radius and the diameter of a weakly connected digraph , by finding bounds through heuristics and improving them until they are validated. Although the worst-case running time is , we will experimentally show that it performs much better in...

Ausführliche Beschreibung

Gespeichert in:
Bibliographische Detailangaben
Veröffentlicht in:Theoretical computer science 2015-06, Vol.586, p.59-80
Hauptverfasser: Borassi, Michele, Crescenzi, Pierluigi, Habib, Michel, Kosters, Walter A, Marino, Andrea, Takes, Frank W
Format: Artikel
Sprache:eng
Schlagworte:
Online-Zugang:Volltext
Tags: Tag hinzufügen
Keine Tags, Fügen Sie den ersten Tag hinzu!
Beschreibung
Zusammenfassung:In this paper, we propose a new algorithm that computes the radius and the diameter of a weakly connected digraph , by finding bounds through heuristics and improving them until they are validated. Although the worst-case running time is , we will experimentally show that it performs much better in the case of real-world networks, finding the radius and diameter values after 10-100 BFSs instead of BFSs (independently of the value of ), and thus having running time in practice. As far as we know, this is the first algorithm able to compute the diameter of weakly connected digraphs, apart from the naive algorithm, which runs in time performing a BFS from each node. In the particular cases of strongly connected directed or connected undirected graphs, we will compare our algorithm with known approaches by performing experiments on a dataset composed by several real-world networks of different kinds. These experiments will show that, despite its generality, the new algorithm outperforms all previous methods, both in the radius and in the diameter computation, both in the directed and in the undirected case, both in average running time and in robustness. Finally, as an application example, we will use the new algorithm to determine the solvability over time of the "Six Degrees of Kevin Bacon" game, and of the "Six Degrees of Wikipedia" game. As a consequence, we will compute for the first time the exact value of the radius and the diameter of the whole Wikipedia digraph.
ISSN:0304-3975
DOI:10.1016/j.tcs.2015.02.033