Shortest Distances as Enumeration Problem

05/14/2020
by   Katrin Casel, et al.
0

We investigate the single source shortest distance (SSSD) and all pairs shortest distance (APSD) problems as enumeration problems (on unweighted and integer weighted graphs), meaning that the shortest distances are produced and listed one by one without repetition. The performance is measured in the RAM model of computation with respect to preprocessing time and delay, i.e., the maximum time that elapses between two consecutive outputs. This point of view reveals that specific types of output (e.g., excluding non-reachability information, excluding the self-distances) and the order of enumeration (e.g., sorted by distance, row-wise w.r.t. the distance matrix) have a huge impact on the complexity of APSD while they appear to have no effect on SSSD. In particular, we show for APSD that enumeration without output restrictions is possible with delay in the order of the average degree. Excluding non-reachability information, or requesting the output to be sorted by distance, increases this delay to the order of the maximum degree. Further, for weighted graphs, a delay in the order of the average degree is also not possible without preprocessing or considering self-distances as output. In contrast, for SSSD we find that a delay in the order of the maximum degree without preprocessing is attainable and unavoidable for any of these requirements.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
05/04/2021

Spanners in randomly weighted graphs: independent edge lengths

Given a connected graph G=(V,E) and a length function ℓ:E→ℝ we let d_v,w...
research
02/17/2021

Constructing a Distance Sensitivity Oracle in O(n^2.5794M) Time

We continue the study of distance sensitivity oracles (DSOs). Given a di...
research
10/22/2019

Order distances and split systems

Given a distance D on a finite set X with n elements, it is interesting ...
research
07/18/2023

Fast 2-Approximate All-Pairs Shortest Paths

In this paper, we revisit the classic approximate All-Pairs Shortest Pat...
research
04/23/2018

Reachability and Distances under Multiple Changes

Recently it was shown that the transitive closure of a directed graph ca...
research
10/12/2019

Reachability and Shortest Paths in the Broadcast CONGEST Model

In this paper we study the time complexity of the single-source reachabi...

Please sign up or login with your details

Forgot password? Click here to reset