Shortest-path queries in static networks

C Sommer - ACM Computing Surveys (CSUR), 2014 - dl.acm.org
We consider the point-to-point (approximate) shortest-path query problem, which is the
following generalization of the classical single-source (SSSP) and all-pairs shortest-path …

[書籍][B] Survey of planar and outerplanar graphs in fuzzy and neutrosophic graphs

T Fujita, F Smarandache - 2025 - books.google.com
As many readers may know, graph theory is a fundamental branch of mathematics that
explores networks made up of nodes and edges, focusing on their paths, structures, and …

A survey of shortest-path algorithms

A Madkour, WG Aref, FU Rehman, MA Rahman… - arxiv preprint arxiv …, 2017 - arxiv.org
A shortest-path algorithm finds a path containing the minimal cost between two vertices in a
graph. A plethora of shortest-path algorithms is studied in the literature that span across …

Shortest path and distance queries on road networks: An experimental evaluation

L Wu, X **ao, D Deng, G Cong, AD Zhu… - arxiv preprint arxiv …, 2012 - arxiv.org
Computing the shortest path between two given locations in a road network is an important
problem that finds applications in various map services and commercial navigation products …

Negative-weight single-source shortest paths in near-linear time

A Bernstein, D Nanongkai… - 2022 IEEE 63rd annual …, 2022 - ieeexplore.ieee.org
We present a randomized algorithm that computes single-source shortest paths (SSSP) in
O\left(m\log^8(n)\logW\right) time when edge weights are integral and can be negative. 1 …

Shortest path and distance queries on road networks: towards bridging theory and practice

AD Zhu, H Ma, X **ao, S Luo, Y Tang… - Proceedings of the 2013 …, 2013 - dl.acm.org
Given two locations s and t in a road network, a distance query returns the minimum network
distance from s to t, while a shortest path query computes the actual route that achieves the …

Multiple-source multiple-sink maximum flow in directed planar graphs in near-linear time

G Borradaile, PN Klein, S Mozes, Y Nussbaum… - SIAM Journal on …, 2017 - SIAM
We give an O(n\log^3n) algorithm that, given an n-node directed planar graph with arc
capacities, a set of source nodes, and a set of sink nodes finds a maximum flow from the …

Negative-Weight Single-Source Shortest Paths in Near-Linear Time: Now Faster!

K Bringmann, A Cassis… - 2023 IEEE 64th Annual …, 2023 - ieeexplore.ieee.org
In this work we revisit the fundamental Single-Source Shortest Paths (SSSP) problem with
possibly negative edge weights. A recent breakthrough result by Bernstein, Nanongkai and …

Subquadratic algorithms for the diameter and the sum of pairwise distances in planar graphs

S Cabello - ACM Transactions on Algorithms (TALG), 2018 - dl.acm.org
In this article, we show how to compute for n-vertex planar graphs in O (n 11/6 polylog (n))
expected time the diameter and the sum of the pairwise distances. The algorithms work for …

Better tradeoffs for exact distance oracles in planar graphs

P Gawrychowski, S Mozes, O Weimann… - Proceedings of the …, 2018 - SIAM
We present an O (n 1.5)-space distance oracle for directed planar graphs that answers
distance queries in O (log n) time. Our oracle both significantly simplifies and significantly …