中文
相关论文

相关论文: Efficient Range Reporting of Convex Hull

200 篇论文

We consider the problem of computing the time-convex hull of a point set under the general $L_p$ metric in the presence of a straight-line highway in the plane. The traveling speed along the highway is assumed to be faster than that off the…

计算几何 · 计算机科学 2013-05-01 Bang-Sin Dai , Mong-Jen Kao , D. T. Lee

We consider preprocessing a set $S$ of $n$ points in convex position in the plane into a data structure supporting queries of the following form: given a point $q$ and a directed line $\ell$ in the plane, report the point of $S$ that is…

We consider the planar dynamic convex hull problem. In the literature, solutions exist supporting the insertion and deletion of points in poly-logarithmic time and various queries on the convex hull of the current set of points in…

计算几何 · 计算机科学 2024-03-12 Bruce Brewer , Gerth Stølting Brodal , Haitao Wang

Consider a set $P \subseteq \Re^d$ of $n$ points, and a convex body $C$ provided via a separation oracle. The task at hand is to decide for each point of $P$ if it is in $C$ using the fewest number of oracle queries. We show that one can…

计算几何 · 计算机科学 2021-04-02 Sariel Har-Peled , Mitchell Jones , Saladi Rahul

We consider geometric problems on planar $n^2$-point sets in the congested clique model. Initially, each node in the $n$-clique network holds a batch of $n$ distinct points in the Euclidean plane given by $O(\log n)$-bit coordinates. In…

分布式、并行与集群计算 · 计算机科学 2023-11-28 Jesper Jansson , Christos Levcopoulos , Andrzej Lingas , Valentin Polishchuk

We reexamine fundamental problems from computational geometry in the word RAM model, where input coordinates are integers that fit in a machine word. We develop a new algorithm for offline point location, a two-dimensional analog of sorting…

数据结构与算法 · 计算机科学 2010-10-12 Timothy M. Chan , Mihai Patrascu

Let $P$ be a planar set of $n$ points in general position. We consider the problem of computing an orientation of the plane for which the Rectilinear Convex Hull of $P$ has minimum area. Bae et al. (Computational Geometry: Theory and…

计算几何 · 计算机科学 2017-12-29 Carlos Alegría-Galicia , Tzolkin Garduño , Carlos Seara , Areli Rosas-Navarrete , Jorge Urrutia

We study the Fr\'echet queries problem. It is a data structure problem, where we are given a set $S$ of $n$ polygonal curves and a distance threshold $\rho$. The data structure should support queries with a polygonal curve $q$ for the…

计算几何 · 计算机科学 2024-01-09 Lotte Blank , Anne Driemel

In this paper we study the four-dimensional dominance range reporting problem and present data structures with linear or almost-linear space usage. Our results can be also used to answer four-dimensional queries that are bounded on five…

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

Let $\mathcal{P}$ be a set of $h$ pairwise-disjoint polygonal obstacles with a total of $n$ vertices in the plane. We consider the problem of building a data structure that can quickly compute an $L_1$ shortest obstacle-avoiding path…

计算几何 · 计算机科学 2014-03-17 Danny Z. Chen , Rajasekhar Inkulu , Haitao Wang

Let $P$ be a set of $n$ points in the plane. We consider a variation of the classical Erd\H{o}s-Szekeres problem, presenting efficient algorithms with $O(n^3)$ running time and $O(n^2)$ space complexity that compute: (1) A subset $S$ of $P$…

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

This study presents a novel algorithm for identifying the set of extreme points that constitute the exact convex hull of a point set in high-dimensional Euclidean space. The proposed method iteratively solves a sequence of dynamically…

计算几何 · 计算机科学 2025-11-11 Qianwei Zhuang

In this work, we present a collection of new results on two fundamental problems in geometric data structures: orthogonal point location and rectangle stabbing. -We give the first linear-space data structure that supports 3-d point location…

计算几何 · 计算机科学 2018-05-23 Timothy M. Chan , Yakov Nekrich , Saladi Rahul , Konstantinos Tsakalidis

We consider the two-dimensional sorted range reporting problem. Our data structure requires O(n lglg n) words of space and O(lglg n + k lglg n) query time, where k is the number of points in the query range. This data structure improves a…

数据结构与算法 · 计算机科学 2013-08-16 Gelin Zhou

In the two-dimensional orthogonal colored range counting problem, we preprocess a set, $P$, of $n$ colored points on the plane, such that given an orthogonal query rectangle, the number of distinct colors of the points contained in this…

计算几何 · 计算机科学 2021-07-07 Younan Gao , Meng He

Under the word RAM model, we design three data structures that can be constructed in $O(n\sqrt{\lg n})$ time over $n$ points in an $n \times n$ grid. The first data structure is an $O(n\lg^{\epsilon} n)$-word structure supporting orthogonal…

数据结构与算法 · 计算机科学 2020-06-23 Younan Gao , Meng He , 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

Chan [JACM, 2010] gave a data structure for maintaining the convex hull of a dynamic set of 3D points under insertions and deletions, supporting extreme-point queries. Subsequent refinements by Kaplan, Mulzer, Roditty, Seiferth, and Sharir…

计算几何 · 计算机科学 2026-02-24 Haitao Wang

We present a data-structure for orthogonal range searching for random points in the plane. The new data-structure uses (in expectation) $O\bigl(n \log n ( \log \log n)^2 \bigr)$ space, and answers emptiness queries in constant time. As a…

计算几何 · 计算机科学 2025-05-12 Jonathan E. Dullerud , Sariel Har-Peled