English

Computing Betweenness Centrality in Link Streams

Data Structures and Algorithms 2023-11-27 v1 Discrete Mathematics Information Retrieval Social and Information Networks

Abstract

Betweeness centrality is one of the most important concepts in graph analysis. It was recently extended to link streams, a graph generalization where links arrive over time. However, its computation raises non-trivial issues, due in particular to the fact that time is considered as continuous. We provide here the first algorithms to compute this generalized betweenness centrality, as well as several companion algorithms that have their own interest. They work in polynomial time and space, we illustrate them on typical examples, and we provide an implementation.

Keywords

Cite

@article{arxiv.2102.06543,
  title  = {Computing Betweenness Centrality in Link Streams},
  author = {Frédéric Simard and Clémence Magnien and Matthieu Latapy},
  journal= {arXiv preprint arXiv:2102.06543},
  year   = {2023}
}