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 …
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 …
explores networks made up of nodes and edges, focusing on their paths, structures, and …
A survey of shortest-path algorithms
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 …
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
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 …
problem that finds applications in various map services and commercial navigation products …
Negative-weight single-source shortest paths in near-linear time
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 …
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
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 …
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
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 …
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!
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 …
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 …
expected time the diameter and the sum of the pairwise distances. The algorithms work for …
Better tradeoffs for exact distance oracles in planar graphs
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 …
distance queries in O (log n) time. Our oracle both significantly simplifies and significantly …