Skip to main content

Showing 1–48 of 48 results for author: Elkin, M

.
  1. arXiv:2401.10538  [pdf, ps, other

    cs.DS

    Deterministic Simple $(1+\varepsilon)Δ$-Edge-Coloring in Near-Linear Time

    Authors: Michael Elkin, Ariel Khuzman

    Abstract: We study the edge-coloring problem in simple $n$-vertex $m$-edge graphs with maximum degree $Δ$. This is one of the most classical and fundamental graph-algorithmic problems. Vizing's celebrated theorem provides $(Δ+1)$-edge-coloring in $O(m\cdot n)$ deterministic time. This running time was improved to $O\left(m\cdot\min\left\{Δ\cdot\log n, \sqrt{n}\right\}\right)$. It is also well-known that… ▽ More

    Submitted 19 January, 2024; originally announced January 2024.

    Comments: 13 pages, 2 figures

  2. arXiv:2401.05628  [pdf, other

    cs.DS

    Faster Multi-Source Directed Reachability via Shortcuts and Matrix Multiplication

    Authors: Michael Elkin, Chhaya Trehan

    Abstract: Given an $n$-vertex $m$-edge digraph $G = (V,E)$ and a set $S \subseteq V$, $|S| = n^σ$ (for some $0 < σ\le 1$) of designated sources, the $S \times V$-direachability problem is to compute for every $s \in S$, the set of all the vertices reachable from $s$ in $G$. Known naive algorithms for this problem either run a BFS/DFS separately from every source, and as a result require $O(m \cdot n^σ)$ tim… ▽ More

    Submitted 12 January, 2024; v1 submitted 10 January, 2024; originally announced January 2024.

    MSC Class: F.0; F.2 ACM Class: F.0; F.2

  3. arXiv:2305.15531  [pdf, other

    math.CO math.RT

    Twists of Gr(3,n) Cluster Variables as Double and Triple Dimer Partition Functions

    Authors: Moriah Elkin, Gregg Musiker, Kayla Wright

    Abstract: We give a combinatorial interpretation for certain cluster variables in Grassmannian cluster algebras in terms of double and triple dimer configurations. More specifically, we examine several Gr(3,n) cluster variables that may be written as degree two or degree three polynomials in terms of Plücker coordinates, and give generating functions for their images under the twist map - a cluster algebra… ▽ More

    Submitted 29 April, 2024; v1 submitted 24 May, 2023; originally announced May 2023.

    Comments: To appear in Algebraic Combinatorics. 48 pages, 37 figures

  4. arXiv:2304.04445  [pdf, other

    cs.DS

    Path-Reporting Distance Oracles with Near-Logarithmic Stretch and Linear Size

    Authors: Michael Elkin, Idan Shabat

    Abstract: Given an $n$-vertex undirected graph $G=(V,E,w)$, and a parameter $k\geq1$, a path-reporting distance oracle (or PRDO) is a data structure of size $S(n,k)$, that given a query $(u,v)\in V^2$, returns an $f(k)$-approximate shortest $u-v$ path $P$ in $G$ within time $q(k)+O(|P|)$. Here $S(n,k)$, $f(k)$ and $q(k)$ are arbitrary functions. A landmark PRDO due to Thorup and Zwick, with an improvement… ▽ More

    Submitted 25 May, 2023; v1 submitted 10 April, 2023; originally announced April 2023.

    Comments: 61 pages, 3 figures

  5. arXiv:2204.14086  [pdf, other

    cs.DS cs.DC

    Deterministic Distributed Sparse and Ultra-Sparse Spanners and Connectivity Certificates

    Authors: Marcel Bezdrighin, Michael Elkin, Mohsen Ghaffari, Christoph Grunau, Bernhard Haeupler, Saeed Ilchi, Václav Rozhoň

    Abstract: This paper presents efficient distributed algorithms for a number of fundamental problems in the area of graph sparsification: We provide the first deterministic distributed algorithm that computes an ultra-sparse spanner in $\textrm{polylog}(n)$ rounds in weighted graphs. Concretely, our algorithm outputs a spanning subgraph with only $n+o(n)$ edges in which the pairwise distances are stretched… ▽ More

    Submitted 23 September, 2022; v1 submitted 29 April, 2022; originally announced April 2022.

  6. arXiv:2204.08254  [pdf, other

    cs.DS

    Deterministic Low-Diameter Decompositions for Weighted Graphs and Distributed and Parallel Applications

    Authors: Václav Rozhoň, Michael Elkin, Christoph Grunau, Bernhard Haeupler

    Abstract: This paper presents new deterministic and distributed low-diameter decomposition algorithms for weighted graphs. In particular, we show that if one can efficiently compute approximate distances in a parallel or a distributed setting, one can also efficiently compute low-diameter decompositions. This consequently implies solutions to many fundamental distance based problems using a polylogarithmic… ▽ More

    Submitted 3 September, 2022; v1 submitted 18 April, 2022; originally announced April 2022.

  7. arXiv:2107.13309  [pdf, other

    cs.DS cs.DC

    $(1+ε)$-Approximate Shortest Paths in Dynamic Streams

    Authors: Michael Elkin, Chhaya Trehan

    Abstract: Computing approximate shortest paths in the dynamic streaming setting is a fundamental challenge that has been intensively studied during the last decade. Currently existing solutions for this problem either build a sparse multiplicative spanner of the input graph and compute shortest paths in the spanner offline, or compute an exact single source BFS tree. Solutions of the first type are doomed… ▽ More

    Submitted 11 July, 2022; v1 submitted 28 July, 2021; originally announced July 2021.

  8. arXiv:2106.01036  [pdf, other

    cs.DS cs.DC

    Ultra-Sparse Near-Additive Emulators

    Authors: Michael Elkin, Shaked Matar

    Abstract: Near-additive (aka $(1+ε,β)$-) 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 settings. Known constructions of near-additive emulators enable one to trade between their sparsity (i.e., number of edges) and the additive stretch $β$. Specifically, fo… ▽ More

    Submitted 2 June, 2021; originally announced June 2021.

  9. arXiv:2011.12357  [pdf, ps, other

    math.RT math.GR

    Young Modules and Schur algebras

    Authors: Moriah Elkin, Peter Webb

    Abstract: We compute explicitly the submodule structure of the Young modules for symmetric groups $S_n$ over fields of characteristic 2, when $n \le 7$. We use this information to compute the submodule structure of indecomposable projectives for the corresponding Schur algebras when $n \le 5$, and we give give partial information when n=6,7, including the Gabriel quiver and the structure of the Weyl modules… ▽ More

    Submitted 24 November, 2020; originally announced November 2020.

    Comments: 28 pages

    MSC Class: 20C30

  10. arXiv:2008.09877  [pdf, other

    cs.DS

    Improved Weighted Additive Spanners

    Authors: Michael Elkin, Yuval Gitlitz, Ofer Neiman

    Abstract: Graph spanners and emulators are sparse structures that approximately preserve distances of the original graph. While there has been an extensive amount of work on additive spanners, so far little attention was given to weighted graphs. Only very recently [ABSKS20] extended the classical +2 (respectively, +4) spanners for unweighted graphs of size $O(n^{3/2})$ (resp., $O(n^{7/5})$) to the weighted… ▽ More

    Submitted 28 February, 2021; v1 submitted 22 August, 2020; originally announced August 2020.

  11. arXiv:2004.07572  [pdf, ps, other

    cs.DS

    Centralized, Parallel, and Distributed Multi-Source Shortest Paths via Hopsets and Rectangular Matrix Multiplication

    Authors: Michael Elkin, Ofer Neiman

    Abstract: Consider an undirected weighted graph $G = (V,E,w)$. We study the problem of computing $(1+ε)$-approximate shortest paths for $S \times V$, for a subset $S \subseteq V$ of $|S| = n^r$ sources, for some $0 < r \le 1$. We devise a significantly improved algorithm for this problem in the entire range of parameter $r$, in both the classical centralized and the parallel (PRAM) models of computation, an… ▽ More

    Submitted 12 February, 2021; v1 submitted 16 April, 2020; originally announced April 2020.

  12. arXiv:2001.07477  [pdf, other

    cs.DS

    Near-Additive Spanners and Near-Exact Hopsets, A Unified View

    Authors: Michael Elkin, Ofer Neiman

    Abstract: Given an {\em unweighted} undirected graph $G = (V,E)$, and a pair of parameters $ε> 0$, $β= 1,2,\ldots$, a subgraph $G' =(V,H)$, $H \subseteq E$, of $G$ is a {\em $(1+ε,β)$-spanner} (aka, a {\em near-additive spanner}) of $G$ if for every $u,v \in V$, $$d_{G'}(u,v) \le (1+ε)d_G(u,v) + β~.$$ It was shown in \cite{EP01} that for any $n$-vertex $G$ as above, and any $ε> 0$ and $κ= 1,2,\ldots$, there… ▽ More

    Submitted 21 January, 2020; originally announced January 2020.

    Comments: A survey

  13. arXiv:1907.11422  [pdf, other

    cs.DS

    Almost Shortest Paths with Near-Additive Error in Weighted Graphs

    Authors: Michael Elkin, Yuval Gitlitz, Ofer Neiman

    Abstract: Let $G=(V,E,w)$ be a weighted undirected graph with $n$ vertices and $m$ edges, and fix a set of $s$ sources $S\subseteq V$. We study the problem of computing {\em almost shortest paths} (ASP) for all pairs in $S \times V$ in both classical centralized and parallel (PRAM) models of computation. Consider the regime of multiplicative approximation of $1+ε$, for an arbitrarily small constant $ε> 0$ .… ▽ More

    Submitted 12 July, 2022; v1 submitted 26 July, 2019; originally announced July 2019.

  14. arXiv:1907.10895  [pdf, other

    cs.DC cs.DS

    Fast Deterministic Constructions of Linear-Size Spanners and Skeletons

    Authors: Michael Elkin, Shaked Matar

    Abstract: In the distributed setting, the only existing constructions of \textit{sparse skeletons}, (i.e., subgraphs with $O(n)$ edges) either use randomization or large messages, or require $Ω(D)$ time, where $D$ is the hop-diameter of the input graph $G$. We devise the first deterministic distributed algorithm in the CONGEST model (i.e., uses small messages) for constructing linear-size skeletons in time… ▽ More

    Submitted 25 July, 2019; originally announced July 2019.

  15. arXiv:1907.06983  [pdf, other

    cs.DS

    Lossless Prioritized Embeddings

    Authors: Michael Elkin, Ofer Neiman

    Abstract: Given metric spaces $(X,d)$ and $(Y,ρ)$ and an ordering $x_1,x_2,\ldots,x_n$ of $(X,d)$, an embedding $f: X \rightarrow Y$ is said to have a prioritized distortion $α(\cdot)$, if for any pair $x_j,x'$ of distinct points in $X$, the distortion provided by $f$ for this pair is at most $α(j)$. If $Y$ is a normed space, the embedding is said to have prioritized dimension $β(\cdot)$, if $f(x_j)$ may ha… ▽ More

    Submitted 16 July, 2019; originally announced July 2019.

    Comments: abstract was shortened

  16. arXiv:1905.02592  [pdf, other

    cs.DS

    Distributed Construction of Light Networks

    Authors: Michael Elkin, Arnold Filtser, Ofer Neiman

    Abstract: A $t$-{\em spanner} $H$ of a weighted graph $G=(V,E,w)$ is a subgraph that approximates all pairwise distances up to a factor of $t$. The {\em lightness} of $H$ is defined as the ratio between the weight of $H$ to that of the minimum spanning tree. An $(α,β)$-{\em Shallow Light Tree} (SLT) is a tree of lightness $β$, that approximates all distances from a designated root vertex up to a factor of… ▽ More

    Submitted 7 May, 2019; originally announced May 2019.

  17. arXiv:1903.00872  [pdf, other

    cs.DC

    Near-Additive Spanners In Low Polynomial Deterministic CONGEST Time

    Authors: Michael Elkin, Shaked Matar

    Abstract: Given parameters $α\geq 1,β\geq 0$, a subgraph $G'=(V,H)$ of an $n$-vertex unweighted undirected graph $G=(V,E)$ is called an $(α,β)$-spanner if for every pair $u,v\in V$ of vertices, $d_{G'}(u,v)\leq αd_{G}(u,v)+β$. If $β=0$ the spanner is called a multiplicative $α$-spanner, and if $α= 1+ε$, for an arbitrarily small $ε>0$, the spanner is said to be a near-additive one. Graph spanners are a funda… ▽ More

    Submitted 3 March, 2019; originally announced March 2019.

  18. arXiv:1802.07967  [pdf, ps, other

    cs.DS cs.CG

    Near Isometric Terminal Embeddings for Doubling Metrics

    Authors: Michael Elkin, Ofer Neiman

    Abstract: Given a metric space $(X,d)$, a set of terminals $K\subseteq X$, and a parameter $t\ge 1$, we consider metric structures (e.g., spanners, distance oracles, embedding into normed spaces) that preserve distances for all pairs in $K\times X$ up to a factor of $t$, and have small size (e.g. number of edges for spanners, dimension for embeddings). While such terminal (aka source-wise) metric structures… ▽ More

    Submitted 22 February, 2018; originally announced February 2018.

  19. arXiv:1712.00285  [pdf, ps, other

    cs.DC

    Locally-Iterative Distributed (Delta + 1)-Coloring below Szegedy-Vishwanathan Barrier, and Applications to Self-Stabilization and to Restricted-Bandwidth Models

    Authors: Leonid Barenboim, Michael Elkin, Uri Goldenberg

    Abstract: We consider graph coloring and related problems in the distributed message-passing model. {Locally-iterative algorithms} are especially important in this setting. These are algorithms in which each vertex decides about its next color only as a function of the current colors in its 1-hop neighborhood. In STOC'93 Szegedy and Vishwanathan showed that any locally-iterative (Delta+1)-coloring algorithm… ▽ More

    Submitted 19 August, 2021; v1 submitted 1 December, 2017; originally announced December 2017.

    Comments: Journal version

  20. arXiv:1707.08769  [pdf, other

    cs.DS

    Ramsey Spanning Trees and their Applications

    Authors: Ittai Abraham, Shiri Chechik, Michael Elkin, Arnold Filtser, Ofer Neiman

    Abstract: The metric Ramsey problem asks for the largest subset $S$ of a metric space that can be embedded into an ultrametric (more generally into a Hilbert space) with a given distortion. Study of this problem was motivated as a non-linear version of Dvoretzky theorem. Mendel and Naor 2007 devised the so called Ramsey Partitions to address this problem, and showed the algorithmic applications of their tec… ▽ More

    Submitted 27 July, 2017; originally announced July 2017.

  21. arXiv:1704.08468  [pdf, ps, other

    cs.DS

    Linear-Size Hopsets with Small Hopbound, and Distributed Routing with Low Memory

    Authors: Michael Elkin, Ofer Neiman

    Abstract: For a positive parameter $β$, the $β$-bounded distance between a pair of vertices $u,v$ in a weighted undirected graph $G = (V,E,ω)$ is the length of the shortest $u-v$ path in $G$ with at most $β$ edges, aka {\em hops}. For $β$ as above and $ε>0$, a {\em $(β,ε)$-hopset} of $G = (V,E,ω)$ is a graph $G' =(V,H,ω_H)$ on the same vertex set, such that all distances in $G$ are $(1+ε)$-approximated by… ▽ More

    Submitted 27 April, 2017; originally announced April 2017.

  22. arXiv:1703.02411  [pdf, ps, other

    cs.DS

    A Simple Deterministic Distributed MST Algorithm, with Near-Optimal Time and Message Complexities

    Authors: Michael Elkin

    Abstract: Distributed minimum spanning tree (MST) problem is one of the most central and fundamental problems in distributed graph algorithms. Garay et al. \cite{GKP98,KP98} devised an algorithm with running time $O(D + \sqrt{n} \cdot \log^* n)$, where $D$ is the hop-diameter of the input $n$-vertex $m$-edge graph, and with message complexity $O(m + n^{3/2})$. Peleg and Rubinovich \cite{PR99} showed that th… ▽ More

    Submitted 7 March, 2017; originally announced March 2017.

  23. arXiv:1703.01939  [pdf, ps, other

    cs.DS

    Distributed Exact Shortest Paths in Sublinear Time

    Authors: Michael Elkin

    Abstract: The distributed single-source shortest paths problem is one of the most fundamental and central problems in the message-passing distributed computing. Classical Bellman-Ford algorithm solves it in $O(n)$ time, where $n$ is the number of vertices in the input graph $G$. Peleg and Rubinovich (FOCS'99) showed a lower bound of $\tildeΩ(D + \sqrt{n})$ for this problem, where $D$ is the hop-diameter of… ▽ More

    Submitted 30 April, 2017; v1 submitted 6 March, 2017; originally announced March 2017.

  24. arXiv:1610.06759  [pdf, other

    cs.DC cs.DS

    Deterministic Distributed (Delta + o(Δ))-Edge-Coloring, and Vertex-Coloring of Graphs with Bounded Diversity

    Authors: Leonid Barenboim, Michael Elkin, Tzalik Maimon

    Abstract: We consider coloring problems in the distributed message-passing setting. The previously-known deterministic algorithms for edge-coloring employed at least (2Delta - 1) colors, even though any graph admits an edge-coloring with Delta + 1 colors [V64]. Moreover, the previously-known deterministic algorithms that employed at most O(Delta) colors required superlogarithmic time [B15,BE10,BE11,FHK15].… ▽ More

    Submitted 21 October, 2016; originally announced October 2016.

  25. arXiv:1607.08337  [pdf, ps, other

    cs.DS

    Efficient Algorithms for Constructing Very Sparse Spanners and Emulators

    Authors: Michael Elkin, Ofer Neiman

    Abstract: Miller et al. \cite{MPVX15} devised a distributed\footnote{They actually showed a PRAM algorithm. The distributed algorithm with these properties is implicit in \cite{MPVX15}.} algorithm in the CONGEST model, that given a parameter $k = 1,2,\ldots$, constructs an $O(k)$-spanner of an input unweighted $n$-vertex graph with $O(n^{1+1/k})$ expected edges in $O(k)$ rounds of communication. In this pap… ▽ More

    Submitted 6 February, 2017; v1 submitted 28 July, 2016; originally announced July 2016.

  26. arXiv:1605.04538  [pdf, ps, other

    cs.DS

    Hopsets with Constant Hopbound, and Applications to Approximate Shortest Paths

    Authors: Michael Elkin, Ofer Neiman

    Abstract: A $(β,ε)$-hopset for a weighted undirected $n$-vertex graph $G=(V,E)$ is a set of edges, whose addition to the graph guarantees that every pair of vertices has a path between them that contains at most $β$ edges, whose length is within $1+ε$ of the shortest path. In her seminal paper, Cohen \cite[JACM 2000]{C00} introduced the notion of hopsets in the context of parallel computation of approximate… ▽ More

    Submitted 15 May, 2016; originally announced May 2016.

  27. arXiv:1603.02321  [pdf, other

    cs.DS

    Terminal Embeddings

    Authors: Michael Elkin, Arnold Filtser, Ofer Neiman

    Abstract: In this paper we study {\em terminal embeddings}, in which one is given a finite metric $(X,d_X)$ (or a graph $G=(V,E)$) and a subset $K \subseteq X$ of its points are designated as {\em terminals}. The objective is to embed the metric into a normed space, while approximately preserving all distances among pairs that contain a terminal. We devise such embeddings in various settings, and conclude t… ▽ More

    Submitted 7 March, 2016; originally announced March 2016.

  28. arXiv:1602.05437  [pdf, ps, other

    cs.DS

    Distributed Strong Diameter Network Decomposition

    Authors: Michael Elkin, Ofer Neiman

    Abstract: For a pair of positive parameters $D,χ$, a partition ${\cal P}$ of the vertex set $V$ of an $n$-vertex graph $G = (V,E)$ into disjoint clusters of diameter at most $D$ each is called a $(D,χ)$ network decomposition, if the supergraph ${\cal G}({\cal P})$, obtained by contracting each of the clusters of ${\cal P}$, can be properly $χ$-colored. The decomposition ${\cal P}$ is said to be strong (resp… ▽ More

    Submitted 17 February, 2016; originally announced February 2016.

  29. arXiv:1602.02293  [pdf, ps, other

    cs.DC cs.DS

    On Efficient Distributed Construction of Near Optimal Routing Schemes

    Authors: Michael Elkin, Ofer Neiman

    Abstract: Given a distributed network represented by a weighted undirected graph $G=(V,E)$ on $n$ vertices, and a parameter $k$, we devise a distributed algorithm that computes a routing scheme in $(n^{1/2+1/k}+D)\cdot n^{o(1)}$ rounds, where $D$ is the hop-diameter of the network. The running time matches the lower bound of $\tildeΩ(n^{1/2}+D)$ rounds (which holds for any scheme with polynomial stretch), u… ▽ More

    Submitted 20 November, 2016; v1 submitted 6 February, 2016; originally announced February 2016.

  30. arXiv:1506.08392  [pdf, ps, other

    cs.DS

    A Linear-Size Logarithmic Stretch Path-Reporting Distance Oracle for General Graphs

    Authors: Michael Elkin, Seth Pettie

    Abstract: In 2001 Thorup and Zwick devised a distance oracle, which given an $n$-vertex undirected graph and a parameter $k$, has size $O(k n^{1+1/k})$. Upon a query $(u,v)$ their oracle constructs a $(2k-1)$-approximate path $Π$ between $u$ and $v$. The query time of the Thorup-Zwick's oracle is $O(k)$, and it was subsequently improved to $O(1)$ by Chechik. A major drawback of the oracle of Thorup and Zwic… ▽ More

    Submitted 28 June, 2015; originally announced June 2015.

  31. arXiv:1505.05697  [pdf, ps, other

    cs.DC cs.DS

    A Fast Network-Decomposition Algorithm and its Applications to Constant-Time Distributed Computation

    Authors: Leonid Barenboim, Michael Elkin, Cyril Gavoille

    Abstract: A partition $(C_1,C_2,...,C_q)$ of $G = (V,E)$ into clusters of strong (respectively, weak) diameter $d$, such that the supergraph obtained by contracting each $C_i$ is $\ell$-colorable is called a strong (resp., weak) $(d, \ell)$-network-decomposition. Network-decompositions were introduced in a seminal paper by Awerbuch, Goldberg, Luby and Plotkin in 1989. Awerbuch et al. showed that strong… ▽ More

    Submitted 25 March, 2017; v1 submitted 21 May, 2015; originally announced May 2015.

  32. arXiv:1502.05543  [pdf, other

    cs.DS

    Prioritized Metric Structures and Embedding

    Authors: Michael Elkin, Arnold Filtser, Ofer Neiman

    Abstract: Metric data structures (distance oracles, distance labeling schemes, routing schemes) and low-distortion embeddings provide a powerful algorithmic methodology, which has been successfully applied for approximation algorithms \cite{llr}, online algorithms \cite{BBMN11}, distributed algorithms \cite{KKMPT12} and for computing sparsifiers \cite{ST04}. However, this methodology appears to have a limit… ▽ More

    Submitted 7 April, 2015; v1 submitted 19 February, 2015; originally announced February 2015.

    Comments: To appear at STOC 2015

  33. arXiv:1410.0768  [pdf, ps, other

    cs.DS

    Space-Efficient Path-Reporting Approximate Distance Oracles

    Authors: Michael Elkin, Ofer Neiman, Christian Wulff-Nilsen

    Abstract: We consider approximate {\em path-reporting} distance oracles, distance labeling and labeled routing with extremely low space requirement, for general undirected graphs. For distance oracles, we show how to break the n\log n space bound of Thorup and Zwick if approximate {\em paths} rather than distances need to be reported. For approximate distance labeling and labeled routing, we break the previ… ▽ More

    Submitted 3 October, 2014; originally announced October 2014.

  34. arXiv:1406.2107  [pdf, other

    cs.DS cs.CG

    Optimizing Budget Allocation in Graphs

    Authors: Boaz Ben-Moshe, Michael Elkin, Lee-Ad Gottlieb, Eran Omri

    Abstract: In the classical facility location problem we consider a graph $G$ with fixed weights on the edges of $G$. The goal is then to find an optimal positioning for a set of facilities on the graph with respect to some objective function. We introduce a new framework for facility location problems, where the weights on the graph edges are not fixed, but rather should be assigned. The goal is to find a v… ▽ More

    Submitted 9 June, 2014; originally announced June 2014.

  35. arXiv:1404.7703  [pdf, other

    cs.DS

    Light Spanners

    Authors: Michael Elkin, Ofer Neiman, Shay Solomon

    Abstract: A $t$-spanner of a weighted undirected graph $G=(V,E)$, is a subgraph $H$ such that $d_H(u,v)\le t\cdot d_G(u,v)$ for all $u,v\in V$. The sparseness of the spanner can be measured by its size (the number of edges) and weight (the sum of all edge weights), both being important measures of the spanner's quality -- in this work we focus on the latter. Specifically, it is shown that for any paramete… ▽ More

    Submitted 30 April, 2014; originally announced April 2014.

    Comments: 10 pages, 1 figure, to appear in ICALP 2014

  36. arXiv:1207.5211  [pdf, other

    cs.DC cs.CC cs.DS quant-ph

    Can Quantum Communication Speed Up Distributed Computation?

    Authors: Michael Elkin, Hartmut Klauck, Danupon Nanongkai, Gopal Pandurangan

    Abstract: The focus of this paper is on {\em quantum distributed} computation, where we investigate whether quantum communication can help in {\em speeding up} distributed network algorithms. Our main result is that for certain fundamental network problems such as minimum spanning tree, minimum cut, and shortest paths, quantum communication {\em does not} help in substantially speeding up distributed algori… ▽ More

    Submitted 8 May, 2014; v1 submitted 22 July, 2012; originally announced July 2012.

    Comments: Full version of PODC 2014 paper

    ACM Class: C.2.4; F.0; F.2.2; G.2.2

  37. arXiv:1207.1831  [pdf, ps, other

    cs.DS

    Optimal Euclidean spanners: really short, thin and lanky

    Authors: Michael Elkin, Shay Solomon

    Abstract: In a seminal STOC'95 paper, titled "Euclidean spanners: short, thin and lanky", Arya et al. devised a construction of Euclidean $(1+\eps)$-spanners that achieves constant degree, diameter $O(\log n)$, and weight $O(\log^2 n) \cdot ω(MST)$, and has running time $O(n \cdot \log n)$. This construction applies to $n$-point constant-dimensional Euclidean spaces. Moreover, Arya et al. conjectured that t… ▽ More

    Submitted 27 November, 2012; v1 submitted 7 July, 2012; originally announced July 2012.

    Comments: A technical report of this paper was available online from April 4, 2012

    Report number: TR CS-12-04, Ben-Gurion University

  38. arXiv:1207.1668  [pdf, ps, other

    cs.DS

    Fast Constructions of Light-Weight Spanners for General Graphs

    Authors: Michael Elkin, Shay Solomon

    Abstract: To our knowledge, there are only two known algorithms for constructing sparse and light spanners for general graphs. One of them is the greedy algorithm of Alth$\ddot{o}$fer et al. \cite{ADDJS93}, analyzed by Chandra et al. in SoCG'92. The greedy algorithm consructs, for every \emph{weighted} undirected $n$-vertex $m$-edge graph $G = (V,E)$ and any integer $k \ge 1$, a $(2k-1)$-spanner with… ▽ More

    Submitted 6 July, 2012; originally announced July 2012.

  39. arXiv:1202.1983  [pdf, other

    cs.DC

    The Locality of Distributed Symmetry Breaking

    Authors: Leonid Barenboim, Michael Elkin, Seth Pettie, Johannes Schneider

    Abstract: Symmetry breaking problems are among the most well studied in the field of distributed computing and yet the most fundamental questions about their complexity remain open. In this paper we work in the LOCAL model (where the input graph and underlying distributed network are identical) and study the randomized complexity of four fundamental symmetry breaking problems on graphs: computing MISs (maxi… ▽ More

    Submitted 24 February, 2015; v1 submitted 9 February, 2012; originally announced February 2012.

    Comments: In submission to J. ACM

    ACM Class: F.2.2; G.2.2

  40. arXiv:1108.6022  [pdf, ps, other

    cs.CG cs.DS

    Balancing Degree, Diameter and Weight in Euclidean Spanners

    Authors: Shay Solomon, Michael Elkin

    Abstract: In this paper we devise a novel \emph{unified} construction of Euclidean spanners that trades between the maximum degree, diameter and weight gracefully. For a positive integer k, our construction provides a (1+eps)-spanner with maximum degree O(k), diameter O(log_k n + alpha(k)), weight O(k \cdot log_k n \cdot log n) \cdot w(MST(S)), and O(n) edges. Note that for k= n^{1/alpha(n)} this gives rise… ▽ More

    Submitted 30 August, 2011; originally announced August 2011.

    Comments: 27 pages, 7 figures; a preliminary version of this paper appeared in ESA'10

  41. arXiv:1101.4529  [pdf, other

    q-bio.BM q-bio.MN

    Energy fluctuations shape free energy of nonspecific biomolecular interactions

    Authors: Michael Elkin, Ingemar Andre, David B. Lukatsky

    Abstract: Understanding design principles of biomolecular recognition is a key question of molecular biology. Yet the enormous complexity and diversity of biological molecules hamper the efforts to gain a predictive ability for the free energy of protein-protein, protein-DNA, and protein-RNA binding. Here, using a variant of the Derrida model, we predict that for a large class of biomolecular interactions,… ▽ More

    Submitted 18 April, 2012; v1 submitted 24 January, 2011; originally announced January 2011.

    Journal ref: Journal of Statistical Physics 146(4), 870-877 (2012)

  42. arXiv:1010.2454  [pdf, ps, other

    cs.DC

    Distributed Deterministic Edge Coloring using Bounded Neighborhood Independence

    Authors: Leonid Barenboim, Michael Elkin

    Abstract: We study the {edge-coloring} problem in the message-passing model of distributed computing. This is one of the most fundamental and well-studied problems in this area. Currently, the best-known deterministic algorithms for (2Delta -1)-edge-coloring requires O(Delta) + log-star n time \cite{PR01}, where Delta is the maximum degree of the input graph. Also, recent results of \cite{BE10} for vertex-c… ▽ More

    Submitted 12 October, 2010; originally announced October 2010.

  43. arXiv:1003.1608  [pdf, ps, other

    cs.DC

    Deterministic Distributed Vertex Coloring in Polylogarithmic Time

    Authors: Leonid Barenboim, Michael Elkin

    Abstract: Consider an n-vertex graph G = (V,E) of maximum degree Delta, and suppose that each vertex v \in V hosts a processor. The processors are allowed to communicate only with their neighbors in G. The communication is synchronous, i.e., it proceeds in discrete rounds. In the distributed vertex coloring problem the objective is to color G with Delta + 1, or slightly more than Delta + 1, colors using as… ▽ More

    Submitted 8 March, 2010; originally announced March 2010.

  44. arXiv:0812.1379  [pdf, ps, other

    cs.DC cs.NI

    Distributed (Delta + 1)-coloring in linear (in Delta) time

    Authors: Leonid Barenboim, Michael Elkin

    Abstract: The distributed (Delta + 1)-coloring problem is one of most fundamental and well-studied problems of Distributed Algorithms. Starting with the work of Cole and Vishkin in 86, there was a long line of gradually improving algorithms published. The current state-of-the-art running time is O(Delta log Delta + log^* n), due to Kuhn and Wattenhofer, PODC'06. Linial (FOCS'87) has proved a lower bound o… ▽ More

    Submitted 26 December, 2008; v1 submitted 7 December, 2008; originally announced December 2008.

    Comments: 12 pages, 2 figures. Contents added: pages 11-12

  45. arXiv:0801.4310  [pdf, ps, other

    math.NT math.GM

    An Improved Construction of Progression-Free Sets

    Authors: Michael Elkin

    Abstract: The problem of constructing dense subsets S of {1,2,..,n} that contain no arithmetic triple was introduced by Erdos and Turan in 1936. They have presented a construction with |S| = Ω(n^{\log_3 2}) elements. Their construction was improved by Salem and Spencer, and further improved by Behrend in 1946. The lower bound of Behrend is |S| = Omega({n \over {2^{2 \sqrt{2} \sqrt{\log_2 n}} \cdot \log^{1… ▽ More

    Submitted 28 January, 2008; originally announced January 2008.

    Report number: 0807 MSC Class: 11B25

  46. arXiv:0801.3581  [pdf, ps, other

    cs.CG cs.DS

    Shallow, Low, and Light Trees, and Tight Lower Bounds for Euclidean Spanners

    Authors: Yefim Dinitz, Michael Elkin, Shay Solomon

    Abstract: We show that for every $n$-point metric space $M$ there exists a spanning tree $T$ with unweighted diameter $O(\log n)$ and weight $ω(T) = O(\log n) \cdot ω(MST(M))$. Moreover, there is a designated point $rt$ such that for every point $v$, $dist_T(rt,v) \le (1+ε) \cdot dist_M(rt,v)$, for an arbitrarily small constant $ε> 0$. We extend this result, and provide a tradeoff between unweighted diame… ▽ More

    Submitted 23 January, 2008; originally announced January 2008.

    Comments: 41 pages, 11 figures

    ACM Class: F.2.2; F.2.3; G.2.2

  47. arXiv:cs/0611001  [pdf, ps, other

    cs.DS

    A near-optimal fully dynamic distributed algorithm for maintaining sparse spanners

    Authors: Michael Elkin

    Abstract: In this paper we devise an extremely efficient fully dynamic distributed algorithm for maintaining sparse spanners. Our resuls also include the first fully dynamic centralized algorithm for the problem with non-trivial bounds for both incremental and decremental update. Finally, we devise a very efficient streaming algorithm for the problem.

    Submitted 1 November, 2006; originally announced November 2006.

  48. arXiv:cs/0411064  [pdf, ps, other

    cs.DS cs.DM

    Lower-Stretch Spanning Trees

    Authors: Michael Elkin, Yuval Emek, Daniel A. Spielman, Shang-Hua Teng

    Abstract: We prove that every weighted graph contains a spanning tree subgraph of average stretch O((log n log log n)^2). Moreover, we show how to construct such a tree in time O(m log^2 n).

    Submitted 13 May, 2005; v1 submitted 17 November, 2004; originally announced November 2004.

    ACM Class: F.2.2; G.2.2