A faster algorithm for betweenness centrality

Authors
Citation
U. Brandes, A faster algorithm for betweenness centrality, J MATH SOCI, 25(2), 2001, pp. 163-177
Citations number
25
Categorie Soggetti
Sociology & Antropology
Journal title
JOURNAL OF MATHEMATICAL SOCIOLOGY
ISSN journal
0022250X → ACNP
Volume
25
Issue
2
Year of publication
2001
Pages
163 - 177
Database
ISI
SICI code
0022-250X(2001)25:2<163:AFAFBC>2.0.ZU;2-1
Abstract
The betweenness centrality index is essential in the analysis of social net works, but costly to compute. Currently, the fastest known algorithms requi re circle minus (n(3)) time and circle minus (n(2)) space, where n is the n umber of actors in the network. Motivated by the fast-growing need to compute centrality indices on large, yet very sparse, networks, new algorithms for betweenness are introduced in this paper. They require O(n + m) space and run in O(nm) and O(nm + n(2) l og n) time on unweighted and weighted networks, respectively, where m is th e number of links. Experimental evidence is provided that this substantiall y increases the range of networks for which centrality analysis is feasible .