Sparse APSP algorithm (Arbitrary edge weights, Sparse graph Graph Diameter)

From Algorithm Wiki
Jump to navigation Jump to search

Time Complexity

$O(V^{2}logV+VE)$

Space Complexity

words

()

Description

Approximate?

Exact

Randomized?

No, deterministic

Model of Computation

Word RAM

Year

-

Reference

-