Δ-stepping: a parallelizable shortest path algorithm

U Meyer, P Sanders - Journal of Algorithms, 2003 - Elsevier
The single source shortest path problem for arbitrary directed graphs with n nodes, m edges
and nonnegative edge weights can sequentially be solved using O (n· log n+ m) operations …

[PDF][PDF] The parallel BGL: A generic library for distributed graph computations

D Gregor, A Lumsdaine - Parallel Object-Oriented Scientific …, 2005 - researchgate.net
This paper presents the Parallel BGL, a generic C++ library for distributed graph
computation. Like the sequential Boost Graph Library (BGL) upon which it is based, the …

A scalable distributed parallel breadth-first search algorithm on BlueGene/L

A Yoo, E Chow, K Henderson… - SC'05: Proceedings …, 2005 - ieeexplore.ieee.org
Many emerging large-scale data science applications require searching large graphs
distributed across multiple memories and processors. This paper presents a distributed …

Designing multithreaded algorithms for breadth-first search and st-connectivity on the Cray MTA-2

DA Bader, K Madduri - 2006 International Conference on …, 2006 - ieeexplore.ieee.org
Graph abstractions are extensively used to understand and solve challenging computational
problems in various scientific and engineering domains. They have particularly gained …

Tigr: Transforming irregular graphs for gpu-friendly graph processing

AH Nodehi Sabet, J Qiu, Z Zhao - ACM SIGPLAN Notices, 2018 - dl.acm.org
Graph analytics delivers deep knowledge by processing large volumes of highly connected
data. In real-world graphs, the degree distribution tends to follow the power law--a small …

[图书][B] Sequential and Parallel Algorithms and Data Structures

viii Preface reason for this change is that sequential processors have ceased to get
proportional performance improvements from increased circuit complexity. Although the …

Accelerating SSSP for power-law graphs

Y Chi, L Guo, J Cong - Proceedings of the 2022 ACM/SIGDA …, 2022 - dl.acm.org
The single-source shortest path (SSSP) problem is one of the most important and well-
studied graph problems widely used in many application domains, such as road navigation …

Δ-Stepping : A Parallel Single Source Shortest Path Algorithm

U Meyer, P Sanders - European symposium on algorithms, 1998 - Springer
In spite of intensive research, little progress has been made towards fast and work-efficient
parallel algorithms for the single source shortest path problem. Our Δ-stepping algorithm, a …

Accurate and efficient indoor pathfinding based on building information modeling data

X Zhou, Q Xie, M Guo, J Zhao… - IEEE Transactions on …, 2020 - ieeexplore.ieee.org
Pathfinding is a fundamental problem for many areas, eg, robotics, automation, computer-
aided design, and computer graphics. Although outdoor pathfinding is fledged, indoor …

A shortest path algorithm for real-weighted undirected graphs

S Pettie, V Ramachandran - SIAM Journal on Computing, 2005 - SIAM
We present a new scheme for computing shortest paths on real-weighted undirected graphs
in the fundamental comparison-addition model. In an efficient preprocessing phase our …