中文
相关论文

相关论文: Logarithmic Lower Bounds in the Cell-Probe Model

200 篇论文

We provide a generic technique for constructing families of submodular functions to obtain lower bounds for submodular function minimization (SFM). Applying this technique, we prove that any deterministic SFM algorithm on a ground set of…

数据结构与算法 · 计算机科学 2022-07-12 Deeparnab Chakrabarty , Andrei Graur , Haotian Jiang , Aaron Sidford

In edge orientations, the goal is usually to orient (direct) the edges of an undirected $n$-vertex graph $G$ such that all out-degrees are bounded. When the graph $G$ is fully dynamic, i.e., admits edge insertions and deletions, we wish to…

数据结构与算法 · 计算机科学 2013-12-06 Tsvi Kopelowitz , Robert Krauthgamer , Ely Porat , Shay Solomon

We investigate the number of maximal independent set queries required to reconstruct the edges of a hidden graph. We show that randomised adaptive algorithms need at least $\Omega(\Delta^2 \log(n / \Delta) / \log \Delta)$ queries to…

数据结构与算法 · 计算机科学 2024-04-05 Lukas Michel , Alex Scott

Given an $n$-point metric space $(X,d_X)$, a tree cover $\mathcal{T}$ is a set of $|\mathcal{T}|=k$ trees on $X$ such that every pair of vertices in $X$ has a low-distortion path in one of the trees in $\mathcal{T}$. Tree covers have been…

数据结构与算法 · 计算机科学 2025-11-19 Yu Chen , Zihan Tan , Hangyu Xu

In 2010, P\v{a}tra\c{s}cu proposed the following three-phase dynamic problem, as a candidate for proving polynomial lower bounds on the operational time of dynamic data structures: I: Preprocess a collection of sets $\vec{S} = S_1, \ldots ,…

数据结构与算法 · 计算机科学 2019-10-31 Young Kun Ko , Omri Weinstein

We revisit the complexity of online computation in the cell probe model. We consider a class of problems where we are first given a fixed pattern or vector $F$ of $n$ symbols and then one symbol arrives at a time in a stream. After each…

计算复杂性 · 计算机科学 2015-04-06 Raphael Clifford , Markus Jalsenius , Benjamin Sach

In a landmark paper, P\v{a}tra\c{s}cu demonstrated how a single lower bound for the static data structure problem of reachability in the butterfly graph, could be used to derive a wealth of new and previous lower bounds via reductions.…

数据结构与算法 · 计算机科学 2020-11-03 Kasper Green Larsen , Jonathan Lindegaard Starup , Jesper Steensgaard

Dynamic connectivity is one of the most fundamental problems in dynamic graph algorithms. We present a randomized Las Vegas dynamic connectivity data structure with $O(\log n(\log\log n)^2)$ amortized expected update time and $O(\log…

数据结构与算法 · 计算机科学 2024-02-14 Shang-En Huang , Dawei Huang , Tsvi Kopelowitz , Seth Pettie , Mikkel Thorup

We consider collaborative graph exploration with a set of $k$ agents. All agents start at a common vertex of an initially unknown graph and need to collectively visit all other vertices. We assume agents are deterministic, vertices are…

离散数学 · 计算机科学 2016-10-07 Yann Disser , Frank Mousset , Andreas Noever , Nemanja Škorić , Angelika Steger

We study the communication complexity of a number of graph properties where the edges of the graph $G$ are distributed between Alice and Bob (i.e., each receives some of the edges as input). Our main results are: * An Omega(n) lower bound…

量子物理 · 物理学 2012-04-23 Gabor Ivanyos , Hartmut Klauck , Troy Lee , Miklos Santha , Ronald de Wolf

In this paper, we first introduce a lower bound technique for the state complexity of transformations of automata. Namely we suggest first considering the class of full automata in lower bound analysis, and later reducing the size of the…

计算机科学中的逻辑 · 计算机科学 2015-07-01 Qiqi Yan

Motivated by an application in computational topology, we consider a novel variant of the problem of efficiently maintaining dynamic rooted trees. This variant requires merging two paths in a single operation. In contrast to the standard…

数据结构与算法 · 计算机科学 2007-11-13 Loukas Georgiadis , Haim Kaplan , Nira Shafrir , Robert E. Tarjan , Renato F. Werneck

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…

数据结构与算法 · 计算机科学 2022-10-07 Greg Bodwin , Gary Hoppenworth

We show tight lower bounds for the entire trade-off between space and query time for the Approximate Near Neighbor search problem. Our lower bounds hold in a restricted model of computation, which captures all hashing-based approaches. In…

数据结构与算法 · 计算机科学 2016-08-22 Alexandr Andoni , Thijs Laarhoven , Ilya Razenshteyn , Erik Waingarten

We prove new lower bounds on the modularity of graphs. Specifically, the modularity of a graph $G$ with average degree $\bar d$ is $\Omega(\bar{d}^{-1/2})$, under some mild assumptions on the degree sequence of $G$. The lower bound…

组合数学 · 数学 2023-07-17 Vilhelm Agdur , Nina Kamčev , Fiona Skerman

We study the complexity of fundamental distributed graph problems in the recently popular setting where information about the input graph is available to the nodes before the start of the computation. We focus on the most common such…

分布式、并行与集群计算 · 计算机科学 2024-05-03 Alkida Balliu , Thomas Boudier , Sebastian Brandt , Dennis Olivetti

We consider the dictionary problem in external memory and improve the update time of the well-known buffer tree by roughly a logarithmic factor. For any \lambda >= max {lg lg n, log_{M/B} (n/B)}, we can support updates in time O(\lambda /…

数据结构与算法 · 计算机科学 2011-04-15 John Iacono , Mihai Pǎtraşcu

We study space-pass tradeoffs in graph streaming algorithms for parameter estimation and property testing problems such as estimating the size of maximum matchings and maximum cuts, weight of minimum spanning trees, or testing if a graph is…

数据结构与算法 · 计算机科学 2021-04-13 Sepehr Assadi , Vishvajeet N

We show optimal lower bounds for spanning forest computation in two different models: * One wants a data structure for fully dynamic spanning forest in which updates can insert or delete edges amongst a base set of $n$ vertices. The sole…

数据结构与算法 · 计算机科学 2019-11-27 Jelani Nelson , Huacheng Yu

We show that every algorithm for testing $n$-variate Boolean functions for monotonicity must have query complexity $\tilde{\Omega}(n^{1/4})$. All previous lower bounds for this problem were designed for non-adaptive algorithms and, as a…

计算复杂性 · 计算机科学 2015-11-17 Aleksandrs Belovs , Eric Blais