You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given an instance of set of nodes in a social network graph, the aim is to find the influencing important users and to predict the likelihood of a future association between two nodes, knowing that there is no association between the nodes in the current state of the graph.
Implementing a Graph ADT to analyze social network data from GitHub and Facebook, focusing on metrics like influence, centrality, and proximity using algorithms such as Dijkstra's