中文
相关论文

相关论文: On Dynamic Range Reporting in One Dimension

200 篇论文

We consider the dynamic range minimum problem on the ultra-wide word RAM model of computation. This model extends the classic $w$-bit word RAM model with special ultrawords of length $w^2$ bits that support standard arithmetic and boolean…

数据结构与算法 · 计算机科学 2025-03-10 Philip Bille , Inge Li Gørtz , Tord Stordalen , Máximo Pérez López

We present a data structure representing a dynamic set S of w-bit integers on a w-bit word RAM. With |S|=n and w > log n and space O(n), we support the following standard operations in O(log n / log w) time: - insert(x) sets S = S + {x}. -…

数据结构与算法 · 计算机科学 2014-10-28 Mihai Patrascu , Mikkel Thorup

Traditional orthogonal range problems allow queries over a static set of points, each with some value. Dynamic variants allow points to be added or removed, one at a time. To support more powerful updates, we introduce the Grid Range class…

数据结构与算法 · 计算机科学 2021-01-07 Joshua Lau , Angus Ritossa

We revisit various string indexing problems with range reporting features, namely, position-restricted substring searching, indexing substrings with gaps, and indexing substrings with intervals. We obtain the following main results.…

数据结构与算法 · 计算机科学 2011-08-19 Philip Bille , Inge Li Goertz

We study dynamic algorithms for maintaining fundamental algebraic properties of matrices, specifically, rank, basis, and full-rank submatrices, with applications to maximum matching on dynamic graphs. Prior dynamic algorithms for rank…

数据结构与算法 · 计算机科学 2026-05-12 Jan van den Brand , Vishal Kumar , Daniel J. Zhang

Given a set $P$ of coloured points on the real line, we study the problem of answering range $\alpha$-majority (or "heavy hitter") queries on $P$. More specifically, for a query range $Q$, we want to return each colour that is assigned to…

数据结构与算法 · 计算机科学 2012-12-05 Amr Elmasry , Meng He , J. Ian Munro , Patrick K. Nicholson

This paper proposes an efficient and novel method to address range search on multidimensional points in $\theta(t)$ time, where $t$ is the number of points reported in $\Re^k$ space. This is accomplished by introducing a new data structure,…

计算几何 · 计算机科学 2016-07-04 T. Hema , K. S. Easwarakumar

This paper explores the notion of approximate data structures, which return approximately correct answers to queries, but run faster than their exact counterparts. The paper describes approximate variants of the van Emde Boas data…

数据结构与算法 · 计算机科学 2015-06-02 Yossi Matias , Jeff Vitter , Neal Young

We consider a range of simply stated dynamic data structure problems on strings. An update changes one symbol in the input and a query asks us to compute some function of the pattern of length $m$ and a substring of a longer text. We give…

数据结构与算法 · 计算机科学 2018-02-20 Raphael Clifford , Allan Grønlund , Kasper Green Larsen , Tatiana Starikovskaya

We revisit the classic problem of simplex range searching and related problems in computational geometry. We present a collection of new results which improve previous bounds by multiple logarithmic factors that were caused by the use of…

计算几何 · 计算机科学 2022-10-24 Timothy M. Chan , Da Wei Zheng

Given a set $S$ of $n$ points in the plane, we consider the problem of answering range selection queries on $S$: that is, given an arbitrary $x$-range $Q$ and an integer $k > 0$, return the $k$-th smallest $y$-coordinate from the set of…

计算几何 · 计算机科学 2013-05-09 Meng He , J. Ian Munro , Patrick K. Nicholson

In the orthogonal range reporting problem, we are to preprocess a set of $n$ points with integer coordinates on a $U \times U$ grid. The goal is to support reporting all $k$ points inside an axis-aligned query rectangle. This is one of the…

数据结构与算法 · 计算机科学 2014-11-04 Allan Grønlund , Kasper Green Larsen

In this paper we present new data structures for two extensively studied variants of the orthogonal range searching problem. First, we describe a data structure that supports two-dimensional orthogonal range minima queries in $O(n)$ space…

数据结构与算法 · 计算机科学 2020-07-23 Yakov Nekrich

We present several new results on one of the most extensively studied topics in computational geometry, orthogonal range searching. All our results are in the standard word RAM model for points in rank space: ** We present two data…

计算几何 · 计算机科学 2011-03-30 Timothy M. Chan , Kasper Green Larsen , Mihai Patrascu

To effectively search for the optimal motion template in dynamic multidimensional space, this paper proposes a novel optimization algorithm, Dynamic Dimension Wrapping (DDW).The algorithm combines Dynamic Time Warping (DTW) and Euclidean…

机器学习 · 计算机科学 2024-11-18 Dongnan Jin , Yali Liu , Qiuzhi Song , Xunju Ma , Yue Liu , Dehao Wu

Let $P$ be a set of $n$ points in $\R^d$. We present a linear-size data structure for answering range queries on $P$ with constant-complexity semialgebraic sets as ranges, in time close to $O(n^{1-1/d})$. It essentially matches the…

计算几何 · 计算机科学 2015-03-20 Pankaj K. Agarwal , Jiri Matousek , Micha Sharir

$d$-dimensional (for $d>1$) efficient range-summability ($d$D-ERS) of random variables (RVs) is a fundamental algorithmic problem that has applications to two important families of database problems, namely, fast approximate wavelet…

数据结构与算法 · 计算机科学 2023-01-25 Jingfan Meng , Huayi Wang , Jun Xu , Mitsunori Ogihara

For a set $P$ of $n$ points in the plane and a value $r > 0$, the unit-disk range reporting problem is to construct a data structure so that given any query disk of radius $r$, all points of $P$ in the disk can be reported efficiently. We…

计算几何 · 计算机科学 2025-01-03 Haitao Wang , Yiming Zhao

A self-index is a compressed data structure that supports locate queries -- reporting all positions where a given pattern occurs in a string while maintaining the string in compressed form. While many self-indexes have been proposed,…

数据结构与算法 · 计算机科学 2025-10-30 Takaaki Nishimoto , Yasuo Tabei

We revisit the range sampling problem: the input is a set of points where each point is associated with a real-valued weight. The goal is to store them in a structure such that given a query range and an integer $k$, we can extract $k$…

数据结构与算法 · 计算机科学 2019-03-20 Peyman Afshani , Jeff M. Phillips
‹ 上一页 1 2 3 10 下一页 ›