中文
相关论文

相关论文: Improved Weighted Additive Spanners

200 篇论文

A \emph{spanner} of a graph $G$ is a subgraph $H$ that approximately preserves shortest path distances in $G$. Spanners are commonly applied to compress computation on metric spaces corresponding to weighted input graphs. Classic spanner…

离散数学 · 计算机科学 2021-06-30 Reyan Ahmed , Greg Bodwin , Faryad Darabi Sahneh , Stephen Kobourov , Richard Spence

Ahmed, Bodwin, Sahneh, Kobourov, and Spence (WG 2020) introduced additive spanners for weighted graphs and constructed (i) a $+2W_{\max}$ spanner with $O(n^{3/2})$ edges and (ii) a $+4W_{\max}$ spanner with $\tilde{O}(n^{7/5})$ edges, and…

数据结构与算法 · 计算机科学 2024-08-28 An La , Hung Le

An \emph{additive $+\beta$ spanner} of a graph $G$ is a subgraph which preserves distances up to an additive $+\beta$ error. Additive spanners are well-studied in unweighted graphs but have only recently received attention in weighted…

离散数学 · 计算机科学 2021-05-11 Reyan Ahmed , Greg Bodwin , Keaton Hamm , Stephen Kobourov , Richard Spence

Additive spanners are fundamental graph structures with wide applications in network design, graph sparsification, and distance approximation. In particular, a $4$-additive spanner is a subgraph that preserves all pairwise distances up to…

数据结构与算法 · 计算机科学 2025-10-21 Chuhan Qi

Given a graph $G = (V,E)$, a subgraph $H$ is an \emph{additive $+\beta$ spanner} if $\dist_H(u,v) \le \dist_G(u,v) + \beta$ for all $u, v \in V$. A \emph{pairwise spanner} is a spanner for which the above inequality only must hold for…

离散数学 · 计算机科学 2021-03-31 Reyan Ahmed , Greg Bodwin , Faryad Darabi Sahneh , Keaton Hamm , Stephen Kobourov , Richard Spence

We introduce a generalized family of $\left( 2\cdot \left\lfloor \frac{k}{2} \right\rfloor-1, 2\cdot \left\lceil \frac{k}{2} \right\rceil \cdot W_{1} +\max\left\{0,2\cdot\left(\left\lceil\frac{k}{2}\right\rceil-2\right)\right\}\cdot W_{2}…

数据结构与算法 · 计算机科学 2026-04-30 Liam Roditty , Ariel Sapir

An \emph{additive +$\beta W$ spanner} of an edge weighted graph $G=(V,E)$ is a subgraph $H$ of $G$ such that for every pair of vertices $u$ and $v$, $d_{H}(u,v) \le d_G(u,v) + \beta W$, where $d_G(u,v)$ is the shortest path length from $u$…

数据结构与算法 · 计算机科学 2025-02-18 Reyan Ahmed , Debajyoti Mondal , Rahnuma Islam Nishat

Maintaining and updating shortest paths information in a graph is a fundamental problem with many applications. As computations on dense graphs can be prohibitively expensive, and it is preferable to perform the computations on a sparse…

A spanner is a sparse subgraph that approximately preserves the pairwise distances of the original graph. It is well known that there is a smooth tradeoff between the sparsity of a spanner and the quality of its approximation, so long as…

数据结构与算法 · 计算机科学 2020-05-12 Amir Abboud , Greg Bodwin

Spanners are fundamental graph structures that sparsify graphs at the cost of small stretch. In particular, in recent years, many sequential algorithms constructing additive all-pairs spanners were designed, providing very sparse…

分布式、并行与集群计算 · 计算机科学 2020-06-03 Keren Censor-Hillel , Ami Paz , Noam Ravid

An $(\alpha,\beta)$-spanner of a weighted graph $G=(V,E)$, is a subgraph $H$ such that for every $u,v\in V$, $d_G(u,v) \le d_H(u,v)\le\alpha\cdot d_G(u,v)+\beta$. The main parameters of interest for spanners are their size (number of edges)…

数据结构与算法 · 计算机科学 2024-11-01 Yuval Gitlitz , Ofer Neiman , Richard Spence

A $k$-additive spanner of a graph is a subgraph that preserves the distance between any two nodes up to a total additive error of $+k$. Efficient algorithms have been devised for constructing 2 [Aingworth et al. SIAM '99], 6 [Baswana et al.…

数据结构与算法 · 计算机科学 2021-09-21 Bandar Al-Dhalaan

We present a $+2\sum_{i=1}^{k+1}{W_i}$-APASP algorithm for dense weighted graphs with runtime $\tilde O\left(n^{2+\frac{1}{3k+2}}\right)$, where $W_{i}$ is the weight of an $i^{th}$ heaviest edge on a shortest path. Dor, Halperin and Zwick…

数据结构与算法 · 计算机科学 2026-02-17 Liam Roditty , Ariel Sapir

Given an undirected unweighted graph $G = (V, E)$ on $n$ vertices and $m$ edges, a subgraph $H\subseteq G$ is a spanner of $G$ with stretch function $f: \mathbb{R}_+ \rightarrow \mathbb{R}_+$, if for every pair $s, t$ of vertices in $V$,…

数据结构与算法 · 计算机科学 2024-10-18 Zihan Tan , Tianyi Zhang

We construct $n$-node graphs on which any $O(n)$-size spanner has additive error at least $+\Omega(n^{3/17})$, improving on the previous best lower bound of $\Omega(n^{1/7})$ [Bodwin-Hoppenworth FOCS '22]. Our construction completes the…

数据结构与算法 · 计算机科学 2024-04-30 Greg Bodwin , Gary Hoppenworth , Virginia Vassilevska Williams , Nicole Wein , Zixuan Xu

Near-additive (aka $(1+\epsilon,\beta)$-) emulators and spanners are a fundamental graph-algorithmic construct, with numerous applications for computing approximate shortest paths and related problems in distributed, streaming and dynamic…

数据结构与算法 · 计算机科学 2021-06-03 Michael Elkin , Shaked Matar

Preservers and additive spanners are sparse (hence cheap to store) subgraphs that preserve the distances between given pairs of nodes exactly or with some small additive error, respectively. Since real-world networks are prone to failures,…

数据结构与算法 · 计算机科学 2017-03-31 Greg Bodwin , Fabrizio Grandoni , Merav Parter , Virginia Vassilevska Williams

In their seminal paper, Alth\"{o}fer et al. (DCG 1993) introduced the {\em greedy spanner} and showed that, for any weighted planar graph $G$, the weight of the greedy $(1+\epsilon)$-spanner is at most $(1+\frac{2}{\epsilon}) \cdot…

数据结构与算法 · 计算机科学 2025-10-23 Hung Le , Shay Solomon , Cuong Than , Csaba D. Tóth , Tianyi Zhang

In the pairwise weighted spanner problem, the input consists of an $n$-vertex-directed graph, where each edge is assigned a cost and a length. Given $k$ vertex pairs and a distance constraint for each pair, the goal is to find a…

数据结构与算法 · 计算机科学 2023-07-10 Elena Grigorescu , Nithish Kumar , Young-San Lin

We study two popular ways to sketch the shortest path distances of an input graph. The first is distance preservers, which are sparse subgraphs that agree with the distances of the original graph on a given set of demand pairs. Prior work…

数据结构与算法 · 计算机科学 2021-06-08 Greg Bodwin , Virginia Vassilevska Williams
‹ 上一页 1 2 3 10 下一页 ›