Reduction from Undirected, Weighted APSP to Directed, Weighted APSP

From Algorithm Wiki
Revision as of 11:55, 15 February 2023 by Admin (talk | contribs) (Created page with "FROM: Undirected, Weighted APSP TO: Directed, Weighted APSP == Description == == Implications == if: to-time: $T(n, M)$ where graph has weights in $({0}, M)$<br/>then: from-time: $T(n, \Theta(M))$ where digraph has weights in $(-M, 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")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

Description

Implications

if: to-time: $T(n, M)$ where graph has weights in $({0}, M)$
then: from-time: $T(n, \Theta(M))$ where digraph has weights in $(-M, 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