Zum Hauptinhalt springen

Showing 1–36 of 36 results for author: Bodwin, G

Searching in archive cs. Search in all archives.
.
  1. arXiv:2406.04459  [pdf, ps, other

    cs.DS

    A Lower Bound for Light Spanners in General Graphs

    Authors: Greg Bodwin, Jeremy Flics

    Abstract: A recent upper bound by Le and Solomon [STOC '23] has established that every $n$-node graph has a $(1+\varepsilon)(2k-1)$-spanner with lightness $O(\varepsilon^{-1} n^{1/k})$. This bound is optimal up to its dependence on $\varepsilon$; the remaining open problem is whether this dependence can be improved or perhaps even removed entirely. We show that the $\varepsilon$-dependence cannot in fact… ▽ More

    Submitted 16 June, 2024; v1 submitted 6 June, 2024; originally announced June 2024.

  2. arXiv:2404.18337  [pdf, ps, other

    cs.DS

    Additive Spanner Lower Bounds with Optimal Inner Graph Structure

    Authors: Greg Bodwin, Gary Hoppenworth, Virginia Vassilevska Williams, Nicole Wein, Zixuan Xu

    Abstract: We construct $n$-node graphs on which any $O(n)$-size spanner has additive error at least $+Ω(n^{3/17})$, improving on the previous best lower bound of $Ω(n^{1/7})$ [Bodwin-Hoppenworth FOCS '22]. Our construction completes the first two steps of a particular three-step research program, introduced in prior work and overviewed here, aimed at producing tight bounds for the problem by aligning aspect… ▽ More

    Submitted 28 April, 2024; originally announced April 2024.

    Comments: ICALP 2024

  3. arXiv:2401.15781  [pdf, other

    cs.DS

    The Discrepancy of Shortest Paths

    Authors: Greg Bodwin, Chengyuan Deng, Jie Gao, Gary Hoppenworth, Jalaj Upadhyay, Chen Wang

    Abstract: The hereditary discrepancy of a set system is a certain quantitative measure of the pseudorandom properties of the system. Roughly, hereditary discrepancy measures how well one can $2$-color the elements of the system so that each set contains approximately the same number of elements of each color. Hereditary discrepancy has well-studied applications e.g. in communication complexity and derandomi… ▽ More

    Submitted 22 April, 2024; v1 submitted 28 January, 2024; originally announced January 2024.

  4. arXiv:2309.07964  [pdf, other

    cs.DS math.CO

    Improved Shortest Path Restoration Lemmas for Multiple Edge Failures: Trade-offs Between Fault-tolerance and Subpaths

    Authors: Greg Bodwin, Lily Wang

    Abstract: The restoration lemma is a classic result by Afek, Bremler-Barr, Kaplan, Cohen, and Merritt [PODC '01], which relates the structure of shortest paths in a graph $G$ before and after some edges in the graph fail. Their work shows that, after one edge failure, any replacement shortest path avoiding this failing edge can be partitioned into two pre-failure shortest paths. More generally, this implies… ▽ More

    Submitted 4 March, 2024; v1 submitted 14 September, 2023; originally announced September 2023.

    Comments: 18 pages, 6 figures

  5. arXiv:2309.06696  [pdf, ps, other

    cs.DS

    Fault-Tolerant Spanners against Bounded-Degree Edge Failures: Linearly More Faults, Almost For Free

    Authors: Greg Bodwin, Bernhard Haeupler, Merav Parter

    Abstract: We study a new and stronger notion of fault-tolerant graph structures whose size bounds depend on the degree of the failing edge set, rather than the total number of faults. For a subset of faulty edges $F \subseteq G$, the faulty-degree $°(F)$ is the largest number of faults in $F$ incident to any given vertex. We design new fault-tolerant structures with size comparable to previous constructions… ▽ More

    Submitted 12 September, 2023; originally announced September 2023.

  6. arXiv:2308.13890  [pdf, ps, other

    cs.DS

    Spanning Adjacency Oracles in Sublinear Time

    Authors: Greg Bodwin, Henry Fleischmann

    Abstract: Suppose we are given an $n$-node, $m$-edge input graph $G$, and the goal is to compute a spanning subgraph $H$ on $O(n)$ edges. This can be achieved in linear $O(m + n)$ time via breadth-first search. But can we hope for \emph{sublinear} runtime in some range of parameters? If the goal is to return $H$ as an adjacency list, there are simple lower bounds showing that $Ω(m + n)$ runtime is necessa… ▽ More

    Submitted 18 December, 2023; v1 submitted 26 August, 2023; originally announced August 2023.

    Comments: 30 pages, 1 figure. Accepted to ITCS '24

  7. arXiv:2308.13054  [pdf, ps, other

    cs.DS

    Are there graphs whose shortest path structure requires large edge weights?

    Authors: Aaron Bernstein, Greg Bodwin, Nicole Wein

    Abstract: The aspect ratio of a (positively) weighted graph $G$ is the ratio of its maximum edge weight to its minimum edge weight. Aspect ratio commonly arises as a complexity measure in graph algorithms, especially related to the computation of shortest paths. Popular paradigms are to interpolate between the settings of weighted and unweighted input graphs by incurring a dependence on aspect ratio, or by… ▽ More

    Submitted 29 November, 2023; v1 submitted 24 August, 2023; originally announced August 2023.

    Comments: ITCS 2024

  8. arXiv:2305.18647  [pdf, ps, other

    cs.DS cs.DM math.CO

    An Alternate Proof of Near-Optimal Light Spanners

    Authors: Greg Bodwin

    Abstract: In 2016, a breakthrough result of Chechik and Wulff-Nilsen [SODA '16] established that every $n$-node graph $G$ has a $(1+\varepsilon)(2k-1)$-spanner of lightness $O_{\varepsilon}(n^{1/k})$, and recent followup work by Le and Solomon [STOC '23] generalized the proof strategy and improved the dependence on $\varepsilon$. We give a new proof of this result, with the improved $\varepsilon$-dependence… ▽ More

    Submitted 6 March, 2024; v1 submitted 29 May, 2023; originally announced May 2023.

    Comments: SOSA 2024

  9. arXiv:2304.02193  [pdf, ps, other

    cs.DS

    Folklore Sampling is Optimal for Exact Hopsets: Confirming the $\sqrt{n}$ Barrier

    Authors: Greg Bodwin, Gary Hoppenworth

    Abstract: For a graph $G$, a $D$-diameter-reducing exact hopset is a small set of additional edges $H$ that, when added to $G$, maintains its graph metric but guarantees that all node pairs have a shortest path in $G \cup H$ using at most $D$ edges. A shortcut set is the analogous concept for reachability. These objects have been studied since the early '90s due to applications in parallel, distributed, dyn… ▽ More

    Submitted 22 April, 2024; v1 submitted 4 April, 2023; originally announced April 2023.

    Comments: Incorporated reviewer feedback, FOCS 2023

  10. arXiv:2212.11944  [pdf, other

    cs.DS math.CO

    Bridge Girth: A Unifying Notion in Network Design

    Authors: Greg Bodwin, Gary Hoppenworth, Ohad Trabelsi

    Abstract: A classic 1993 paper by Althőfer et al. proved a tight reduction from spanners, emulators, and distance oracles to the extremal function $γ$ of high-girth graphs. This paper initiated a large body of work in network design, in which problems are attacked by reduction to $γ$ or the analogous extremal function for other girth concepts. In this paper, we introduce and study a new girth concept that w… ▽ More

    Submitted 15 August, 2023; v1 submitted 22 December, 2022; originally announced December 2022.

  11. arXiv:2209.03950  [pdf, other

    cs.DS cs.GT

    Opponent Indifference in Rating Systems: A Theoretical Case for Sonas

    Authors: Greg Bodwin, Forest Zhang

    Abstract: In competitive games, it is common to assign each player a real number rating signifying their skill level. A rating system is a procedure by which player ratings are adjusted upwards each time they win, or downwards each time they lose. Many matchmaking systems give players some control over their opponent's rating; for example, a player might be able to selectively initiate matches against oppon… ▽ More

    Submitted 16 July, 2024; v1 submitted 8 September, 2022; originally announced September 2022.

    Comments: ITCS 2023

  12. arXiv:2209.03675  [pdf, ps, other

    cs.DS cs.DM

    Epic Fail: Emulators can tolerate polynomially many edge faults for free

    Authors: Greg Bodwin, Michael Dinitz, Yasamin Nazari

    Abstract: A $t$-emulator of a graph $G$ is a graph $H$ that approximates its pairwise shortest path distances up to multiplicative $t$ error. We study fault tolerant $t$-emulators, under the model recently introduced by Bodwin, Dinitz, and Nazari [ITCS 2022] for vertex failures. In this paper we consider the version for edge failures, and show that they exhibit surprisingly different behavior. In particul… ▽ More

    Submitted 15 November, 2022; v1 submitted 8 September, 2022; originally announced September 2022.

    Comments: ITCS 2023

  13. arXiv:2207.11832  [pdf, other

    cs.DS

    New Additive Spanner Lower Bounds by an Unlayered Obstacle Product

    Authors: Greg Bodwin, Gary Hoppenworth

    Abstract: For an input graph $G$, an additive spanner is a sparse subgraph $H$ whose shortest paths match those of $G$ up to small additive error. We prove two new lower bounds in the area of additive spanners: 1) We construct $n$-node graphs $G$ for which any spanner on $O(n)$ edges must increase a pairwise distance by $+Ω(n^{1/7})$. This improves on a recent lower bound of $+Ω(n^{1/10.5})$ by Lu, Wein,… ▽ More

    Submitted 5 October, 2022; v1 submitted 24 July, 2022; originally announced July 2022.

    Comments: FOCS 2022, fixed Definition 3

  14. arXiv:2109.08042  [pdf, ps, other

    cs.DS cs.DM

    Vertex Fault-Tolerant Emulators

    Authors: Greg Bodwin, Michael Dinitz, Yasamin Nazari

    Abstract: A $k$-spanner of a graph $G$ is a sparse subgraph that preserves its shortest path distances up to a multiplicative stretch factor of $k$, and a $k$-emulator is similar but not required to be a subgraph of $G$. A classic theorem by Thorup and Zwick [JACM '05] shows that, despite the extra flexibility available to emulators, the size/stretch tradeoffs for spanners and emulators are equivalent. Our… ▽ More

    Submitted 19 November, 2021; v1 submitted 16 September, 2021; originally announced September 2021.

    Comments: To appear in ITCS 2022

  15. arXiv:2103.09731  [pdf, other

    cs.DM

    On additive spanners in weighted graphs with local error

    Authors: Reyan Ahmed, Greg Bodwin, Keaton Hamm, Stephen Kobourov, Richard Spence

    Abstract: An \emph{additive $+β$ spanner} of a graph $G$ is a subgraph which preserves distances up to an additive $+β$ error. Additive spanners are well-studied in unweighted graphs but have only recently received attention in weighted graphs [Elkin et al.\ 2019 and 2020, Ahmed et al.\ 2020]. This paper makes two new contributions to the theory of weighted additive spanners. For weighted graphs, [Ahmed e… ▽ More

    Submitted 7 May, 2021; v1 submitted 17 March, 2021; originally announced March 2021.

  16. arXiv:2102.11360  [pdf, ps, other

    cs.DS cs.DM math.CO

    Partially Optimal Edge Fault-Tolerant Spanners

    Authors: Greg Bodwin, Michael Dinitz, Caleb Robelle

    Abstract: Recent work has established that, for every positive integer $k$, every $n$-node graph has a $(2k-1)$-spanner on $O(f^{1-1/k} n^{1+1/k})$ edges that is resilient to $f$ edge or vertex faults. For vertex faults, this bound is tight. However, the case of edge faults is not as well understood: the best known lower bound for general $k$ is $Ω(f^{\frac12 - \frac{1}{2k}} n^{1+1/k} +fn)$. Our main result… ▽ More

    Submitted 22 February, 2021; originally announced February 2021.

  17. arXiv:2102.10174  [pdf, other

    cs.DS

    Restorable Shortest Path Tiebreaking for Edge-Faulty Graphs

    Authors: Greg Bodwin, Merav Parter

    Abstract: The restoration lemma by Afek, Bremler-Barr, Kaplan, Cohen, and Merritt [Dist. Comp. '02] proves that, in an undirected unweighted graph, any replacement shortest path avoiding a failing edge can be expressed as the concatenation of two original shortest paths. However, the lemma is tiebreaking-sensitive: if one selects a particular canonical shortest path for each node pair, it is no longer guara… ▽ More

    Submitted 2 June, 2023; v1 submitted 19 February, 2021; originally announced February 2021.

    Comments: PODC 2021

  18. arXiv:2102.05831  [pdf, other

    cs.DM

    Multi-level Weighted Additive Spanners

    Authors: Reyan Ahmed, Greg Bodwin, Faryad Darabi Sahneh, Keaton Hamm, Stephen Kobourov, Richard Spence

    Abstract: Given a graph $G = (V,E)$, a subgraph $H$ is an \emph{additive $+β$ spanner} if $\dist_H(u,v) \le \dist_G(u,v) + β$ for all $u, v \in V$. A \emph{pairwise spanner} is a spanner for which the above inequality only must hold for specific pairs $P \subseteq V \times V$ given on input, and when the pairs have the structure $P = S \times S$ for some subset $S \subseteq V$, it is specifically called a \… ▽ More

    Submitted 29 March, 2021; v1 submitted 10 February, 2021; originally announced February 2021.

  19. arXiv:2007.08401  [pdf, ps, other

    cs.DS

    Optimal Vertex Fault-Tolerant Spanners in Polynomial Time

    Authors: Greg Bodwin, Michael Dinitz, Caleb Robelle

    Abstract: Recent work has pinned down the existentially optimal size bounds for vertex fault-tolerant spanners: for any positive integer $k$, every $n$-node graph has a $(2k-1)$-spanner on $O(f^{1-1/k} n^{1+1/k})$ edges resilient to $f$ vertex faults, and there are examples of input graphs on which this bound cannot be improved. However, these proofs work by analyzing the output spanner of a certain exponen… ▽ More

    Submitted 31 October, 2020; v1 submitted 16 July, 2020; originally announced July 2020.

    Comments: Appears in SODA 2021. Corrects some references, answers reviewer comments

  20. arXiv:2002.07152  [pdf, other

    cs.DM cs.DS math.CO

    Weighted Additive Spanners

    Authors: Reyan Ahmed, Greg Bodwin, Faryad Darabi Sahneh, Stephen Kobourov, Richard Spence

    Abstract: 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 constructions can seamlessly handle edge weights, so long as error is measured \emph{multiplicatively}. In this work, we investigate whether one can similarly ext… ▽ More

    Submitted 29 June, 2021; v1 submitted 15 February, 2020; originally announced February 2020.

  21. arXiv:2001.07741  [pdf, ps, other

    cs.DS math.CO

    A Note on Distance-Preserving Graph Sparsification

    Authors: Greg Bodwin

    Abstract: We consider problems of the following type: given a graph $G$, how many edges are needed in the worst case for a sparse subgraph $H$ that approximately preserves distances between a given set of node pairs $P$? Examples include pairwise spanners, distance preservers, reachability preservers, etc. There has been a trend in the area of simple constructions based on the hitting set technique, followe… ▽ More

    Submitted 7 May, 2021; v1 submitted 21 January, 2020; originally announced January 2020.

  22. arXiv:1911.11868  [pdf, ps, other

    cs.DS math.CO

    A Unified View of Graph Regularity via Matrix Decompositions

    Authors: Greg Bodwin, Santosh Vempala

    Abstract: We prove algorithmic weak and \Szemeredi{} regularity lemmas for several classes of sparse graphs in the literature, for which only weak regularity lemmas were previously known. These include core-dense graphs, low threshold rank graphs, and (a version of) $L^p$ upper regular graphs. More precisely, we define \emph{cut pseudorandom graphs}, we prove our regularity lemmas for these graphs, and then… ▽ More

    Submitted 6 January, 2021; v1 submitted 26 November, 2019; originally announced November 2019.

  23. arXiv:1911.06907  [pdf, other

    cs.DS cs.GT math.CO

    Strategy-Stealing is Non-Constructive

    Authors: Greg Bodwin, Ofer Grossman

    Abstract: In many combinatorial games, one can prove that the first player wins under best play using a simple but non-constructive argument called strategy-stealing. This work is about the complexity behind these proofs: how hard is it to actually find a winning move in a game, when you know by strategy-stealing that one exists? We prove that this problem is PSPACE-hard already for Minimum Poset Games and… ▽ More

    Submitted 15 November, 2019; originally announced November 2019.

    Comments: ITCS 2020

  24. arXiv:1909.03152  [pdf, other

    cs.DM cs.DS math.CO

    Graph Spanners: A Tutorial Review

    Authors: Reyan Ahmed, Greg Bodwin, Faryad Darabi Sahneh, Keaton Hamm, Mohammad Javad Latifi Jebelli, Stephen Kobourov, Richard Spence

    Abstract: This tutorial review provides a guiding reference to researchers who want to have an overview of the large body of literature about graph spanners. It reviews the current literature covering various research streams about graph spanners, such as different formulations, sparsity and lightness results, computational complexity, dynamic algorithms, and applications. As an additional contribution, we… ▽ More

    Submitted 13 March, 2020; v1 submitted 6 September, 2019; originally announced September 2019.

    Comments: Many more papers added from the previous version, as well as significant expansion of results presented

  25. arXiv:1812.05778  [pdf, ps, other

    cs.DS math.CO

    A Trivial Yet Optimal Solution to Vertex Fault Tolerant Spanners

    Authors: Greg Bodwin, Shyamal Patel

    Abstract: We give a short and easy upper bound on the worst-case size of fault tolerant spanners, which improves on all prior work and is fully optimal at least in the setting of vertex faults.

    Submitted 1 June, 2019; v1 submitted 13 December, 2018; originally announced December 2018.

    Comments: PODC 2019. 3 pages + references

  26. arXiv:1804.09745  [pdf, ps, other

    cs.DS math.CO

    On the Structure of Unique Shortest Paths in Graphs

    Authors: Greg Bodwin

    Abstract: This paper develops a structural theory of unique shortest paths in real-weighted graphs. Our main goal is to characterize exactly which sets of node sequences, which we call path systems, can be realized as unique shortest paths in a graph with arbitrary real edge weights. We say that such a path system is strongly metrizable. An easy fact implicit in the literature is that a strongly metrizabl… ▽ More

    Submitted 17 October, 2018; v1 submitted 25 April, 2018; originally announced April 2018.

    Comments: SODA 2019

  27. arXiv:1710.11250  [pdf, ps, other

    cs.DS math.CO

    Reachability Preservers: New Extremal Bounds and Approximation Algorithms

    Authors: Amir Abboud, Greg Bodwin

    Abstract: We abstract and study \emph{reachability preservers}, a graph-theoretic primitive that has been implicit in prior work on network design. Given a directed graph $G = (V, E)$ and a set of \emph{demand pairs} $P \subseteq V \times V$, a reachability preserver is a sparse subgraph $H$ that preserves reachability between all demand pairs. Our first contribution is a series of extremal bounds on the… ▽ More

    Submitted 22 November, 2023; v1 submitted 30 October, 2017; originally announced October 2017.

    Comments: SODA '18

  28. arXiv:1710.03164  [pdf, ps, other

    cs.DS math.CO

    Optimal Vertex Fault Tolerant Spanners (for fixed stretch)

    Authors: Greg Bodwin, Michael Dinitz, Merav Parter, Virginia Vassilevska Williams

    Abstract: A $k$-spanner of a graph $G$ is a sparse subgraph $H$ whose shortest path distances match those of $G$ up to a multiplicative error $k$. In this paper we study spanners that are resistant to faults. A subgraph $H \subseteq G$ is an $f$ vertex fault tolerant (VFT) $k$-spanner if $H \setminus F$ is a $k$-spanner of $G \setminus F$ for any small set $F$ of $f$ vertices that might "fail." One of the m… ▽ More

    Submitted 9 October, 2017; originally announced October 2017.

    Comments: To appear in SODA 2018

  29. arXiv:1705.01570  [pdf, other

    cs.GT cs.DS

    Testing Core Membership in Public Goods Economies

    Authors: Greg Bodwin

    Abstract: This paper develops a recent line of economic theory seeking to understand public goods economies using methods of topological analysis. Our first main result is a very clean characterization of the economy's core (the standard solution concept in public goods). Specifically, we prove that a point is in the core iff it is Pareto efficient, individually rational, and the set of points it dominates… ▽ More

    Submitted 3 May, 2017; originally announced May 2017.

    Comments: To appear in ICALP 2017

  30. arXiv:1703.10293  [pdf, other

    cs.DS

    Preserving Distances in Very Faulty Graphs

    Authors: Greg Bodwin, Fabrizio Grandoni, Merav Parter, Virginia Vassilevska Williams

    Abstract: 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, it makes sense to study fault-tolerant versions of the above structures. This turns out to be a surprisingly difficult task. For every small but arbitrary set o… ▽ More

    Submitted 29 March, 2017; originally announced March 2017.

  31. arXiv:1607.07497  [pdf, other

    cs.DS cs.CC cs.DM math.CO

    A Hierarchy of Lower Bounds for Sublinear Additive Spanners

    Authors: Amir Abboud, Greg Bodwin, Seth Pettie

    Abstract: Spanners, emulators, and approximate distance oracles can be viewed as lossy compression schemes that represent an unweighted graph metric in small space, say $\tilde{O}(n^{1+δ})$ bits. There is an inherent tradeoff between the sparsity parameter $δ$ and the stretch function $f$ of the compression scheme, but the qualitative nature of this tradeoff has remained a persistent open problem. In this… ▽ More

    Submitted 10 January, 2017; v1 submitted 25 July, 2016; originally announced July 2016.

    Comments: Accepted to SODA 2017

  32. Fully Dynamic Spanners with Worst-Case Update Time

    Authors: Greg Bodwin, Sebastian Krinninger

    Abstract: An $α$-spanner of a graph $ G $ is a subgraph $ H $ such that $ H $ preserves all distances of $ G $ within a factor of $ α$. In this paper, we give fully dynamic algorithms for maintaining a spanner $ H $ of a graph $ G $ undergoing edge insertions and deletions with worst-case guarantees on the running time after each update. In particular, our algorithms maintain: (1) a $3$-spanner with… ▽ More

    Submitted 24 June, 2016; originally announced June 2016.

    Comments: To be presented at the European Symposium on Algorithms (ESA) 2016

  33. arXiv:1605.01106  [pdf, ps, other

    cs.DS

    New Results on Linear Size Distance Preservers

    Authors: Greg Bodwin

    Abstract: Given $p$ node pairs in an $n$-node graph, a distance preserver is a sparse subgraph that agrees with the original graph on all of the given pairwise distances. We prove the following bounds on the number of edges needed for a distance preserver: - Any $p$ node pairs in a directed weighted graph have a distance preserver on $O(n + n^{2/3} p)$ edges. - Any $p = Ω\left(\frac{n^2}{rs(n)}\right)$… ▽ More

    Submitted 30 December, 2020; v1 submitted 3 May, 2016; originally announced May 2016.

    Comments: Appeared in SODA '16 under the title "Linear Size Distance Preservers"

  34. arXiv:1511.00700  [pdf, ps, other

    cs.DS

    The 4/3 Additive Spanner Exponent is Tight

    Authors: Amir Abboud, Greg Bodwin

    Abstract: 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 distance error is measured multiplicatively. A central open question in the field is to prove or disprove whether such a tradeoff exists also in the regime of \em… ▽ More

    Submitted 11 May, 2020; v1 submitted 2 November, 2015; originally announced November 2015.

    Comments: Updated for journal version

  35. arXiv:1505.05630  [pdf, ps, other

    cs.DS

    Very Sparse Additive Spanners and Emulators

    Authors: Greg Bodwin, Virginia Vassilevska Williams

    Abstract: 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 on distance preservers has exploited only a simple structural property of shortest paths, called consistency, stating that one can break shortest path ties such… ▽ More

    Submitted 6 June, 2021; v1 submitted 21 May, 2015; originally announced May 2015.

    Comments: ITCS 2015

  36. arXiv:1505.05599  [pdf, ps, other

    cs.DS

    Better Distance Preservers and Additive Spanners

    Authors: Greg Bodwin, Virginia Vassilevska Williams

    Abstract: 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 on distance preservers has exploited only a simple structural property of shortest paths, called consistency, stating that one can break shortest path ties such… ▽ More

    Submitted 15 August, 2021; v1 submitted 21 May, 2015; originally announced May 2015.

    Comments: SODA 2016, TALG 2021