2011
DOI: 10.1007/978-3-642-19754-3_22
|View full text |Cite
|
Sign up to set email alerts
|

New Bounds for Old Algorithms: On the Average-Case Behavior of Classic Single-Source Shortest-Paths Approaches

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1

Citation Types

0
3
0

Year Published

2018
2018
2023
2023

Publication Types

Select...
1
1
1

Relationship

0
3

Authors

Journals

citations
Cited by 3 publications
(3 citation statements)
references
References 14 publications
0
3
0
Order By: Relevance
“…As each thread caches a local worklist threadws (a subset of ws), they can process it independently of each other. Thus, a local set of new actived nodes (relaxedws) is built by the running threads, and finally, each relaxedws is merged into the global worklist (lines [20][21][22]. The size of the bunch of nodes picked up by each thread is dynamically defined in the algorithm.…”
Section: Work Chunkingmentioning
confidence: 99%
See 1 more Smart Citation
“…As each thread caches a local worklist threadws (a subset of ws), they can process it independently of each other. Thus, a local set of new actived nodes (relaxedws) is built by the running threads, and finally, each relaxedws is merged into the global worklist (lines [20][21][22]. The size of the bunch of nodes picked up by each thread is dynamically defined in the algorithm.…”
Section: Work Chunkingmentioning
confidence: 99%
“…In this phase, each thread takes a bucket and stored the children mapped to it in the final permutation array (lines [21][22]. This way of traversing the processed nodes, i.e.…”
Section: Optimized Leveled Parallel Rcmmentioning
confidence: 99%
“…Because it demands multiple paths as output, this lower bound does not apply to algorithms that compute only a single shortest path. -Meyer et al [17] study a version of the Bellman-Ford algorithm, in which edges are relaxed in a specific (adaptive) order. They construct sparse graphs, with O(n) edges, on which this algorithm takes Ω(n 2 ) time, even in the average case for edge weights uniformly drawn from a unit interval.…”
Section: Related Workmentioning
confidence: 99%