中文
相关论文

相关论文: Approximate Distance Oracles Subject to Multiple V…

200 篇论文

Calculating the diameter of an undirected graph requires quadratic running time under the Strong Exponential Time Hypothesis and this barrier works even against any approximation better than 3/2. For planar graphs with positive edge…

数据结构与算法 · 计算机科学 2025-07-08 Michał Włodarczyk

In the sensitive distance oracle problem, there are three phases. We first preprocess a given directed graph $G$ with $n$ nodes and integer weights from $[-W,W]$. Second, given a single batch of $f$ edge insertions and deletions, we update…

数据结构与算法 · 计算机科学 2019-07-23 Jan van den Brand , Thatchaphol Saranurak

For an undirected unweighted graph G = (V, E) with n vertices and m edges, let d(u, v) denote the distance from u in V to v in V in G. An (alpha, beta)-stretch approximate distance oracle (ADO) for G is a data structure that, given u, v in…

数据结构与算法 · 计算机科学 2024-10-02 Tsvi Kopelowitz , Ariel Korin , Liam Roditty

We consider approximate distance oracles for edge-weighted n-vertex undirected planar graphs. Given fixed epsilon > 0, we present a (1+epsilon)-approximate distance oracle with O(n(loglog n)^2) space and O((loglog n)^3) query time. This…

数据结构与算法 · 计算机科学 2016-01-06 Christian Wulff-Nilsen

Given a finite metric space $(V,d)$, an approximate distance oracle is a data structure which, when queried on two points $u,v \in V$, returns an approximation to the the actual distance between $u$ and $v$ which is within some bounded…

数据结构与算法 · 计算机科学 2016-12-19 Michael Dinitz , Zeyu Zhang

We introduce an improved structure of distance sensitivity oracle (DSO). The task is to pre-process a non-negatively weighted graph so that a data structure can quickly answer replacement path length for every triple of source, terminal and…

数据结构与算法 · 计算机科学 2016-05-17 Ran Duan , Tianyi Zhang

We present new and improved data structures that answer exact node-to-node distance queries in planar graphs. Such data structures are also known as distance oracles. For any directed planar graph on n nodes with non-negative lengths we…

数据结构与算法 · 计算机科学 2011-11-11 Shay Mozes , Christian Sommer

We continue the study of distance sensitivity oracles (DSOs). Given a directed graph $G$ with $n$ vertices and edge weights in $\{1, 2, \dots, M\}$, we want to build a data structure such that given any source vertex $u$, any target vertex…

数据结构与算法 · 计算机科学 2021-08-04 Yong Gu , Hanlin Ren

Given an undirected graph $G$ with $m$ edges, $n$ vertices, and non-negative edge weights, and given an integer $k\geq 2$, we show that a $(2k-1)$-approximate distance oracle for $G$ of size $O(kn^{1 + 1/k})$ and with $O(\log k)$ query time…

离散数学 · 计算机科学 2012-10-03 Christian Wulff-Nilsen

A $(1+\epsilon)$-approximate distance oracle of an edge-weighted graph is a data structure that returns an approximate shortest path distance between any two query vertices up to a $(1+\epsilon)$ factor. Thorup (FOCS 2001, JACM 2004) and…

数据结构与算法 · 计算机科学 2021-11-08 Hung Le , Christian Wulff-Nilsen

We consider distance queries in vertex-labeled planar graphs. For any fixed $0 < \epsilon \leq 1/2$ we show how to preprocess a directed planar graph with vertex labels and arc lengths into a data structure that answers queries of the…

数据结构与算法 · 计算机科学 2017-12-19 Shay Mozes , Eyal E. Skop

Given an undirected, unweighted planar graph $G$ with $n$ vertices, we present a truly subquadratic size distance oracle for reporting exact shortest-path distances between any pair of vertices of $G$ in constant time. For any $\varepsilon…

数据结构与算法 · 计算机科学 2020-10-01 Viktor Fredslund-Hansen , Shay Mozes , Christian Wulff-Nilsen

Consider an undirected weighted graph G=(V,E) with |V|=n and |E|=m, where each vertex v is assigned a label from a set L of \ell labels. We show how to construct a compact distance oracle that can answer queries of the form: "what is the…

数据结构与算法 · 计算机科学 2012-02-10 Shiri Chechik

We combine ideas from distance sensitivity oracles (DSOs) and fixed-parameter tractability (FPT) to design sensitivity oracles for FPT graph problems. An oracle with sensitivity $f$ for an FPT problem $\Pi$ on a graph $G$ with parameter $k$…

Let $G$ be a graph where each vertex is associated with a label. A Vertex-Labeled Approximate Distance Oracle is a data structure that, given a vertex $v$ and a label $\lambda$, returns a $(1+\varepsilon)$-approximation of the distance from…

数据结构与算法 · 计算机科学 2017-08-29 Itay Laish , Shay Mozes

We revisit once more the problem of designing an oracle for answering connectivity queries in undirected graphs in the presence of vertex failures. Specifically, given an undirected graph $G$ with $n$ vertices and $m$ edges and an integer…

数据结构与算法 · 计算机科学 2023-09-06 Evangelos Kosinas

Let $G=(V, E)$ be an undirected $n$-vertices $m$-edges graph with non-negative edge weights. In this paper, we present three new algorithms for constructing a $(2k-1)$-stretch distance oracle with $O(n^{1+\frac{1}{k}})$ space. The first…

数据结构与算法 · 计算机科学 2026-04-24 Avi Kadria , Liam Roditty

For a given a graph, a distance oracle is a data structure that answers distance queries between pairs of vertices. We introduce an $O(n^{5/3})$-space distance oracle which answers exact distance queries in $O(\log n)$ time for $n$-vertex…

数据结构与算法 · 计算机科学 2017-05-03 Vincent Cohen-Addad , Søren Dahlgaard , Christian Wulff-Nilsen

A distance oracle is a compact representation of the shortest distance matrix of a graph. It can be queried to approximate shortest paths between any pair of vertices. Any distance oracle that returns paths of worst-case stretch (2k-1) must…

数据结构与算法 · 计算机科学 2012-01-16 Rachit Agarwal , P. Brighten Godfrey , Sariel Har-Peled

We present an $f$-fault tolerant distance oracle for an undirected weighted graph where each edge has an integral weight from $[1 \dots W]$. Given a set $F$ of $f$ edges, as well as a source node $s$ and a destination node $t$, our oracle…

数据结构与算法 · 计算机科学 2026-04-08 Dipan Dey , Manoj Gupta