Approximate shortest paths in weighted graphs

作者:

Highlights:

摘要

We present an approximation algorithm for the all pairs shortest paths (APSP) problem in weighed graphs. Our algorithm solves the APSP problem for weighted directed graphs, with real (positive or negative) weights, up to an additive error of ϵ. For any pair of vertices u,v, the algorithm finds a path whose length is at most δ(u,v)+ϵ. The algorithm is randomized and runs in O˜(n(ω+3)/2)

论文关键词:Shortest path,Weighted graph,Approximation

论文评审过程:Received 13 October 2010, Revised 5 August 2011, Accepted 6 September 2011, Available online 14 September 2011.

论文官网地址:https://doi.org/10.1016/j.jcss.2011.09.001