CFP last date
20 May 2024
Reseach Article

Finding Strongly Connected Components in a Social Network Graph

by Swati Dhingra, Poorvi S. Dodwad, Meghna Madan
International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
Volume 136 - Number 7
Year of Publication: 2016
Authors: Swati Dhingra, Poorvi S. Dodwad, Meghna Madan
10.5120/ijca2016908481

Swati Dhingra, Poorvi S. Dodwad, Meghna Madan . Finding Strongly Connected Components in a Social Network Graph. International Journal of Computer Applications. 136, 7 ( February 2016), 1-5. DOI=10.5120/ijca2016908481

@article{ 10.5120/ijca2016908481,
author = { Swati Dhingra, Poorvi S. Dodwad, Meghna Madan },
title = { Finding Strongly Connected Components in a Social Network Graph },
journal = { International Journal of Computer Applications },
issue_date = { February 2016 },
volume = { 136 },
number = { 7 },
month = { February },
year = { 2016 },
issn = { 0975-8887 },
pages = { 1-5 },
numpages = {9},
url = { https://ijcaonline.org/archives/volume136/number7/24162-2016908481/ },
doi = { 10.5120/ijca2016908481 },
publisher = {Foundation of Computer Science (FCS), NY, USA},
address = {New York, USA}
}
%0 Journal Article
%1 2024-02-06T23:36:23.552523+05:30
%A Swati Dhingra
%A Poorvi S. Dodwad
%A Meghna Madan
%T Finding Strongly Connected Components in a Social Network Graph
%J International Journal of Computer Applications
%@ 0975-8887
%V 136
%N 7
%P 1-5
%D 2016
%I Foundation of Computer Science (FCS), NY, USA
Abstract

A strongly connected component (SCC) of a digraph is a maximal set of vertices such that every vertex is reachable from every other vertex. This topic is very interesting because of the way the algorithm can be used in various applications of network and communications. The Strongly Connected Components Detection (SCCD) algorithm can be a powerful tool in social networking service that is a platform to construct social networks or social relations forming communities, among people who offer similar interests, activities, establishments or genuine associations. SNS can study the evolution of those communities and getting to know what community a person belongs to, may help him, getting better ads targeting their essentials. In this work, we propose to apply SCC Detection algorithm to the Social Network Graph (or SNG) to identify smaller groups of nodes related to each other by some specific criteria (Sports, Health, Technology, Religion, etc). We discuss some findings observed from the application of this algorithm to the SNG.

References
  1. Boyd, danah; Ellison, Nicole (2008). "Social Network Sites: Definition, History, and Scholarship". Journal of Computer-Mediated Communication 13: 210–230.doi:10.1111/j.1083-6101.2007.00393.x.
  2. Jiri Barnat, Petr Bauch, Lubos Brim, and Milan Ceska, Computing Strongly connected components in parallel onCUDA, IEEE 2011 International Parallel & DistributedProcessing Symposium
  3. Kurt Mehlhorn, Stefan Naher and Peter Sanders, Engineering DFS based Graph Algorithms, Partially supported by DFG grant SA 933/3-1, 2007
  4. H.N. Gabow. Path-based depth first search strong and biconnected components, Information Processing Letters, 74(3-4):107-114, 2000
  5. Marije de Heus, Towards a Library of Parallel Graph Algorithm in Java, 14th Twenty Student conference on IT January 21st 2011
  6. Robert Sedgewick, Kevin Wayne, The Text Book Algorithm 4th Edition http://algs4.cs.princeton.edu/home/ retrieved on 10-2015
  7. Twitter MAU Were 302M For Q1, Up 18% YoY - Twitter (NYSE:TWTR) | Benzinga]. April 28, 2015 retrieved on October 17, 2015.
  8. David Easley and Jon Kleinberg, Reasoning about a highly
  9. connected world, Textbook, Cambridge University Press, 2010
  10. Mark C. Chu-carroll, The website Science blog http://scienceblogs.com/goodmath/2007/10/computing_strongly_connected_c.php retrieved on 10-2015
  11. Notes on Strongly Connected Components retrieved on October 10, 2015.
  12. Saleh Alshomrani , Gulraiz Iqbal, Analysis of Strongly Connected Components (SCC) Using Dynamic Graph Representation, IJCSI International Journal of Computer Science Issues, Vol. 9, Issue 4, No 1, July 2012.
  13. https://en.wikipedia.org/wiki/Kosaraju%27s_algorithm retrieved on December 20, 2015.
  14. https://en.wikipedia.org/wiki/Twitter retrieved on December 20, 2015.
Index Terms

Computer Science
Information Sciences

Keywords

Social Networking Site Social Network Graph Strongly Connected Component Detection Algorithm Depth First Search Algorithm Tarjan's Algorithm Cheriyan-Mehlhorn-Gabow Algorithms Kosaraju's algorithm