mazzio97 / betweenness-centrality

Project of "Algorithms and Data Structures" course at the University of Bologna.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Betweenness Centrality

Project of "Algorithms and Data Structures" course at the University of Bologna.

Definition

For every pair of vertices in a graph, consider (if there exists) all the shortest paths between them. The betweenness centrality for each vertex is the summation of the fractions of these shortest paths that pass through it.

About

Project of "Algorithms and Data Structures" course at the University of Bologna.


Languages

Language:C++ 100.0%