A Faster Algorithm for Fully Dynamic Betweenness Centrality
Abstract
We present a new fully dynamic algorithm for maintaining betweenness centrality (BC) of vertices in a directed graph G=(V,E) with positive edge weights. BC is a widely used parameter in the analysis of large complex networks. We achieve an amortized O((*)2 2 n) time per update, where n = |V| and * bounds the number of distinct edges that lie on shortest paths through any single vertex. This result improves on the amortized bound for fully dynamic BC in [Pontecorvi-Ramachandran2015] by a logarithmic factor. Our algorithm uses new data structures and techniques that are extensions of the method in the fully dynamic algorithm in Thorup [Thorup2004] for APSP in graphs with unique shortest paths. For graphs with * = O(n), our algorithm matches the fully dynamic APSP bound in [Thorup2004], which holds for graphs with * = n-1, since it assumes unique shortest paths.
Turn this paper into a lesson
ArcXiv compiles a structured reading guide from this paper's metadata: plain-English importance, contributions, prerequisite concepts, which sections to read first, flashcards, and a quiz. Grounded in the abstract, never invented.