Skip to content

GorveenN/betweenness-centrality-brandes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brandes betweenness centrality

C++ CUDA implementation of Brande's algorithm for finding betweenness centrality of the graph. Logic follows the solution proposed in Betweenness Centrality on GPUs and Heterogeneous Architectures where authors investigate a set of novel techniques to make BC computations faster with CUDA on GPUs.

"Centrality metrics, such as betweenness and closeness, quantify how central a node is in a network. They have been used successfully to carry analyses for various purposes such as structural analysis of knowledge networks, power grid contingency analysis, quantifying importance in social networks, analysis of covert networks and decision/action networks, and even for finding the best store locations in cities."

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published