Thorup (positive integer weights; assumes constant-time multiplication Shortest Path (Undirected graphs))
Revision as of 10:54, 15 February 2023 by Admin (talk | contribs) (Created page with "== Time Complexity == $O(E)$ == Space Complexity == $O(E)$ words (https://dl.acm.org/doi/10.1145/316542.316548) == Description == == Approximate? == Exact == Randomized? == No, deterministic == Model of Computation == Word RAM == Year == 1999 == Reference == https://dl.acm.org/doi/10.1145/316542.316548")
Time Complexity
$O(E)$
Space Complexity
$O(E)$ words
(https://dl.acm.org/doi/10.1145/316542.316548)
Description
Approximate?
Exact
Randomized?
No, deterministic
Model of Computation
Word RAM
Year
1999