Skip to content

MariamSafwat/Social-Media-Analysis-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Social-Media-Analysis-Project

The project aims at applying algorithms based on graph theory to compute the centrality property for each node in undirected connected graph.
Algorithms implemented using C++ and virtualization using Qt.

Centrality Algorithms:

  • Degree Centrality
  • Closeness centrality
  • Betweenness Centrality

Inputs:

Type of centrality then Number of nodes and number of edges and their weights.

Outputs:

Centrality for nodes printed ascendingly according to the node’s id.
Visualization of the graph such that nodes with higher centrality are clear.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages