[图书][B] Algorithms and data structures: The basic toolbox

K Mehlhorn, P Sanders, P Sanders - 2008 - Springer
Algorithms are at the heart of every nontrivial computer application, and algorithmics is a
modern and active area of computer science. Every computer scientist and every …

[图书][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 …

Speed-up techniques for shortest-path computations

D Wagner, T Willhalm - Annual Symposium on Theoretical Aspects of …, 2007 - Springer
During the last years, several speed-up techniques for Dijkstra's algorithm have been
published that maintain the correctness of the algorithm but reduce its running time for …

An experimental study of a parallel shortest path algorithm for solving large-scale graph instances

K Madduri, DA Bader, JW Berry, JR Crobak - 2007 Proceedings of the Ninth …, 2007 - SIAM
We present an experimental study of the single source shortest path problem with non-
negative edge weights (NSSP) on large-scale graphs using the Δ-stepping parallel …

DSMR: A parallel algorithm for single-source shortest path problem

S Maleki, D Nguyen, A Lenharth, M Garzarán… - Proceedings of the …, 2016 - dl.acm.org
The Single Source Shortest Path (SSSP) problem consists in finding the shortest paths from
a vertex (the source vertex) to all other vertices in a graph. SSSP has numerous …

Goal-directed shortest-path queries using precomputed cluster distances

J Maue, P Sanders, D Matijevic - Journal of Experimental Algorithmics …, 2010 - dl.acm.org
We demonstrate how Dijkstra's algorithm for shortest path queries can be accelerated by
using precomputed shortest path distances. Our approach allows a completely flexible …

Computing visibility on terrains in external memory

H Haverkort, L Toma, Y Zhuang - Journal of Experimental Algorithmics …, 2009 - dl.acm.org
Given an arbitrary viewpoint v and a terrain, the visibility map or viewshed of v is the set of
points in the terrain that are visible from v. In this article we consider the problem of …

Parallel Shortest Path Algorithms for Solving Large-Scale Instances.

K Madduri, DA Bader, JW Berry… - The Shortest Path …, 2006 - books.google.com
We present an experimental study of the single source shortest path problem with non-
negative edge weights (NSSP) on large-scale graphs using the∆-stepping parallel …

An adaptive amoeba algorithm for shortest path tree computation in dynamic graphs

X Zhang, FTS Chan, H Yang, Y Deng - Information Sciences, 2017 - Elsevier
In today's Internet, the shortest path tree (SPT) construction is an important issue in data
exchange. To forward a data packet, each router uses routing protocols and link state …

Data structures for task-based priority scheduling

M Wimmer, F Versaci, JL Träff, D Cederman… - ACM SIGPLAN …, 2014 - dl.acm.org
We present three lock-free data structures for priority task scheduling: a priority work-stealing
one, a centralized one with ρ-relaxed semantics, and a hybrid one combining both concepts …