中文
相关论文

相关论文: External Memory Planar Point Location with Fast Up…

200 篇论文

In this paper we describe a fully-dynamic data structure for the planar point location problem in the external memory model. Our data structure supports queries in $O(\log_B n(\log\log_B n)^3))$ I/Os and updates in $O(\log_B n(\log\log_B…

数据结构与算法 · 计算机科学 2019-03-18 J. Ian Munro , Yakov Nekrich

We study the point location problem in incremental (possibly disconnected) planar subdivisions, that is, dynamic subdivisions allowing insertions of edges and vertices only. Specifically, we present an $O(n\log n)$-space data structure for…

计算几何 · 计算机科学 2018-09-28 Eunjin Oh

We study the point location problem on dynamic planar subdivisions that allows insertions and deletions of edges. In our problem, the underlying graph of a subdivision is not necessarily connected. We present a data structure of linear size…

计算几何 · 计算机科学 2018-03-13 Eunjin Oh , Hee-Kap Ahn

An external memory data structure is presented for maintaining a dynamic set of $N$ two-dimensional points under the insertion and deletion of points, and supporting 3-sided range reporting queries and top-$k$ queries, where top-$k$ queries…

计算几何 · 计算机科学 2015-09-29 Gerth Stølting Brodal

We study planar point location in a collection of disjoint fat regions, and investigate the complexity of \emph {local updates}: replacing any region by a different region that is "similar" to the original region. (i.e., the size differs by…

计算几何 · 计算机科学 2013-02-26 Maarten Löffler , Joe Simons , Darren Strash

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

In this article, we determine the amortized computational complexity of the planar dynamic convex hull problem by querying. We present a data structure that maintains a set of n points in the plane under the insertion and deletion of points…

计算几何 · 计算机科学 2019-03-01 Riko Jacob , Gerth Stølting Brodal

We consider the classic facility location problem in fully dynamic data streams, where elements can be both inserted and deleted. In this problem, one is interested in maintaining a stable and high quality solution throughout the data…

数据结构与算法 · 计算机科学 2022-10-26 Sayan Bhattacharya , Silvio Lattanzi , Nikos Parotsidis

We describe a new data structure for dynamic nearest neighbor queries in the plane with respect to a general family of distance functions. These include $L_p$-norms and additively weighted Euclidean distances. Our data structure supports…

计算几何 · 计算机科学 2020-10-02 Haim Kaplan , Wolfgang Mulzer , Liam Roditty , Paul Seiferth , Micha Sharir

The $B^{\epsilon}$-tree [Brodal and Fagerberg 2003] is a simple I/O-efficient external-memory-model data structure that supports updates orders of magnitude faster than B-tree with a query performance comparable to the B-tree: for any…

数据结构与算法 · 计算机科学 2022-11-14 Rathish Das , John Iacono , Yakov Nekrich

In this paper we describe a dynamic external memory data structure that supports range reporting queries in three dimensions in $O(\log_B^2 N + \frac{k}{B})$ I/O operations, where $k$ is the number of points in the answer and $B$ is the…

数据结构与算法 · 计算机科学 2010-06-22 Yakov Nekrich

We consider the classic Facility Location problem on planar graphs (non-uniform, uncapacitated). Given an edge-weighted planar graph $G$, a set of clients $C\subseteq V(G)$, a set of facilities $F\subseteq V(G)$, and opening costs…

数据结构与算法 · 计算机科学 2019-04-25 Vincent Cohen-Addad , Marcin Pilipczuk , Michał Pilipczuk

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 present an optimal partially-persistent external-memory search tree with amortized I/O bounds matching those achieved by the non-persistent $B^{\varepsilon}$-tree by Brodal and Fagerberg [SODA 2003]. In a partially-persistent data…

数据结构与算法 · 计算机科学 2025-03-12 Gerth Stølting Brodal , Casper Moldrup Rysgaard , Rolf Svenning

In this paper we describe data structures for orthogonal range reporting in external memory that support fast update operations. The query costs either match the query costs of the best previously known data structures or differ by a small…

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

Let $G$ be a (possibly disconnected) planar subdivision and let $D$ be a probability measure over $\R^2$. The current paper shows how to preprocess $(G,D)$ into an O(n) size data structure that can answer planar point location queries over…

计算几何 · 计算机科学 2010-01-18 Prosenjit Bose , Luc Devroye , Karim Douieb , Vida Dujmovic , James King , Pat Morin

Attention-based models demand flexible hardware to manage diverse kernels with varying arithmetic intensities and memory access patterns. Large clusters with shared L1 memory, a common architectural pattern, struggle to fully utilize their…

硬件体系结构 · 计算机科学 2025-08-05 Bowen Wang , Marco Bertuletti , Yichao Zhang , Victor J. B. Jung , Luca Benini

Given a dynamic graph subject to insertions and deletions of edges, a natural question is whether the graph presently admits a planar embedding. We give a deterministic fully-dynamic algorithm for general graphs, running in amortized…

数据结构与算法 · 计算机科学 2019-12-11 Jacob Holm , Eva Rotenberg

An arrangement of $n$ curves in the plane is given. The query is a point $q$ and the goal is to find the face of the arrangement that contains $q$. A data-structure for point-location, preprocesses the curves into a data structure of…

计算几何 · 计算机科学 2020-12-07 Sepideh Aghamolaei , Mohammad Ghodsi

A priority queue is a fundamental data structure that maintains a dynamic set of (key, priority)-pairs and supports Insert, Delete, ExtractMin and DecreaseKey operations. In the external memory model, the current best priority queue…

数据结构与算法 · 计算机科学 2018-06-21 Shunhua Jiang , Kasper Green Larsen
‹ 上一页 1 2 3 10 下一页 ›