Approximation Algorithm for Shortest Path in Large Social Networks

Abstract

Proposed algorithms for calculating the shortest paths such as Dijikstra and Flowd-Warshall’s algorithms are limited to small networks due to computational complexity and cost. We propose an efficient and a more accurate approximation algorithm that is applicable to large scale networks. Our algorithm iteratively constructs levels of hierarchical networks by a node condensing procedure to construct hierarchical graphs until threshold. The shortest paths between nodes in the original network are approximated by considering their corresponding shortest paths in the highest hierarchy. Experiments on real life data show that our algorithm records high efficiency and accuracy compared with other algorithms.

Publication
Algorithms
Liangwei Yang
Liangwei Yang
Ph.D student in University of Illinois at Chicago

My research interests include distributed robotics, mobile computing and programmable matter.