Computer Science > Data Structures and Algorithms
[Submitted on 30 May 2011 (v1), last revised 27 Aug 2012 (this version, v3)]
Title:The Cell Probe Complexity of Dynamic Range Counting
View PDFAbstract:In this paper we develop a new technique for proving lower bounds on the update time and query time of dynamic data structures in the cell probe model. With this technique, we prove the highest lower bound to date for any explicit problem, namely a lower bound of $t_q=\Omega((\lg n/\lg(wt_u))^2)$. Here $n$ is the number of update operations, $w$ the cell size, $t_q$ the query time and $t_u$ the update time. In the most natural setting of cell size $w=\Theta(\lg n)$, this gives a lower bound of $t_q=\Omega((\lg n/\lg \lg n)^2)$ for any polylogarithmic update time. This bound is almost a quadratic improvement over the highest previous lower bound of $\Omega(\lg n)$, due to Pǎtraşcu and Demaine [SICOMP'06].
We prove the lower bound for the fundamental problem of weighted orthogonal range counting. In this problem, we are to support insertions of two-dimensional points, each assigned a $\Theta(\lg n)$-bit integer weight. A query to this problem is specified by a point $q=(x,y)$, and the goal is to report the sum of the weights assigned to the points dominated by $q$, where a point $(x',y')$ is dominated by $q$ if $x' \leq x$ and $y' \leq y$. In addition to being the highest cell probe lower bound to date, the lower bound is also tight for data structures with update time $t_u = \Omega(\lg^{2+\eps}n)$, where $\eps>0$ is an arbitrarily small constant.
Submission history
From: Kasper Green Larsen [view email][v1] Mon, 30 May 2011 10:25:03 UTC (20 KB)
[v2] Sat, 11 Feb 2012 19:32:46 UTC (20 KB)
[v3] Mon, 27 Aug 2012 08:39:17 UTC (25 KB)
References & Citations
Bibliographic and Citation Tools
Bibliographic Explorer (What is the Explorer?)
Connected Papers (What is Connected Papers?)
Litmaps (What is Litmaps?)
scite Smart Citations (What are Smart Citations?)
Code, Data and Media Associated with this Article
alphaXiv (What is alphaXiv?)
CatalyzeX Code Finder for Papers (What is CatalyzeX?)
DagsHub (What is DagsHub?)
Gotit.pub (What is GotitPub?)
Hugging Face (What is Huggingface?)
Papers with Code (What is Papers with Code?)
ScienceCast (What is ScienceCast?)
Demos
Recommenders and Search Tools
Influence Flower (What are Influence Flowers?)
CORE Recommender (What is CORE?)
arXivLabs: experimental projects with community collaborators
arXivLabs is a framework that allows collaborators to develop and share new arXiv features directly on our website.
Both individuals and organizations that work with arXivLabs have embraced and accepted our values of openness, community, excellence, and user data privacy. arXiv is committed to these values and only works with partners that adhere to them.
Have an idea for a project that will add value for arXiv's community? Learn more about arXivLabs.