Proceedings of the Thirty-Fifth ACM Symposium on Theory of Computing - STOC '03 2003
DOI: 10.1145/780564.780567
|View full text |Cite
|
Sign up to set email alerts
|

A new approach to dynamic all pairs shortest paths

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

2
168
0

Year Published

2007
2007
2022
2022

Publication Types

Select...
5
2

Relationship

2
5

Authors

Journals

citations
Cited by 70 publications
(170 citation statements)
references
References 0 publications
2
168
0
Order By: Relevance
“…As in the case of dynamic transitive closure, this algorithm is based on clever tree data structures. Finally, the same authors [8] have studied some combinatorial properties of graphs that make it possible to devise a different approach to dynamic APSP problems. Given a directed graph G, subject to dynamic operations, and such that each edge weight can assume at most S different real values, their algorithm supports each update in O(S · n 2.5 log 3 n) amortized time and each query in optimal worst-case time.…”
Section: General Concepts and Techniquesmentioning
confidence: 99%
See 2 more Smart Citations
“…As in the case of dynamic transitive closure, this algorithm is based on clever tree data structures. Finally, the same authors [8] have studied some combinatorial properties of graphs that make it possible to devise a different approach to dynamic APSP problems. Given a directed graph G, subject to dynamic operations, and such that each edge weight can assume at most S different real values, their algorithm supports each update in O(S · n 2.5 log 3 n) amortized time and each query in optimal worst-case time.…”
Section: General Concepts and Techniquesmentioning
confidence: 99%
“…Recently, Demetrescu and Italiano [8] proposed a new approach to dynamic path problems based on maintaining classes of paths characterized by local properties, i.e., properties that hold for all proper subpaths, even if they may not hold for the entire paths. They showed that this approach can play a crucial role in the dynamic maintenance of shortest paths.…”
Section: Localitymentioning
confidence: 99%
See 1 more Smart Citation
“…The results of this check (if the flow is allowed) are forwarded to the route computation component which determines the path given the policy constraint. In our implementation all paths are pre-computed and maintained via a dynamic all-pairs shortest path algorithm [13]. Section 4 describes our policy model and implementation.…”
Section: Controllermentioning
confidence: 99%
“…Routes are pre-computed using an all pairs shortest path algorithm [13]. Topology recalculation on link failure is handled by dynamically updating the computation with the modified link-state updates.…”
Section: Controllermentioning
confidence: 99%