Speeding up shortest path algorithms

0Citations
Citations of this article
5Readers
Mendeley users who have this article in their library.
Get full text

Abstract

Given an arbitrary, non-negatively weighted, directed graph G = (V, E) we present an algorithm that computes all pairs shortest paths in time O(m*n + mlgn + nTψ(m*, n)), where m* is the number of different edges contained in shortest paths and Tψ(m*, n) is a running time of an algorithm to solve a single-source shortest path problem (SSSP). This is a substantial improvement over a trivial n times application of ψ that runs in O(nTψ(m, n)). In our algorithm we use ψ as a black box and hence any improvement on ψ results also in improvement of our algorithm. Furthermore, a combination of our method, Johnson's reweighting technique and topological sorting results in an O(m*n+mlg n) all-pairs shortest path algorithm for arbitrarily-weighted directed acyclic graphs. In addition, we also point out a connection between the complexity of a certain sorting problem defined on shortest paths and SSSP. © Springer-Verlag 2012.

Cite

CITATION STYLE

APA

Brodnik, A., & Grgurovič, M. (2012). Speeding up shortest path algorithms. In Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics) (Vol. 7676 LNCS, pp. 156–165). Springer Verlag. https://doi.org/10.1007/978-3-642-35261-4_19

Register to see more suggestions

Mendeley helps you to discover research relevant for your work.

Already have an account?

Save time finding and organizing research with Mendeley

Sign up for free