Local Community Discovery Algorithm Based on Breadth-first Search

wang yuzhong,fan lei,li jianhua
DOI: https://doi.org/10.3969/j.issn.1000-3428.2015.10.008
2015-01-01
Abstract:Local community detection is a hot topic in network topology research recently,this paper proposes a local community detection algorithm based on a given node.This algorithm starts from original node,finds the max connective node relevant to the original node,uses Breadth-first Search(BFS)based on node similarity to find local community,and cuts off the found community and gets the entire community which contains the original node.Experimental result shows that this algorithm reduces the time complexity to O(kd3)with high accuracy.
What problem does this paper attempt to address?