Reduction from Directed, Weighted APSP to Undirected, Weighted APSP

From Algorithm Wiki
Jump to navigation Jump to search

FROM: Directed, Weighted APSP TO: Undirected, Weighted APSP

Description

Implications

if: to-time: $T(n, \Theta(M))$ where digraph has weights in $(-M, M)$
then: from-time: $T(n, M)$ where graph has weights in $({0}, M)$

Year

2018

Reference

V. V. Williams, R. R. Williams, Subcubic Equivalences Between Path, Matrix, and Triangle Problems. 2018.

https://dl.acm.org/doi/pdf/10.1145/3186893, Theorem 5.1