Betweenness
Betweenness, in the context of network analysis, refers to a measure of centrality that identifies nodes (and, in some variants, edges) that lie on many shortest paths between pairs of other nodes. A node with high betweenness can be important for the control or facilitation of information flow within a network.
Mathematically, the betweenness centrality of a node v is defined as the sum over all pairs of
Variants include edge betweenness, which measures how often an edge lies on shortest paths between node pairs,
Computation is typically performed with the Brandes algorithm, which computes betweenness centrality efficiently. For unweighted graphs,
Applications span social networks, transportation, biology, and information systems. Betweenness helps identify bottlenecks, potential vulnerabilities, community