中文
相关论文

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

200 篇论文

In this paper we describe a dynamic data structure that answers one-dimensional stabbing-max queries in optimal $O(\log n/\log\log n)$ time. Our data structure uses linear space and supports insertions and deletions in $O(\log n)$ and…

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

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 present new results on a number of fundamental problems about dynamic geometric data structures: 1. We describe the first fully dynamic data structures with sublinear amortized update time for maintaining (i) the number of vertices or…

计算几何 · 计算机科学 2019-03-21 Timothy M. Chan

We develop dynamic data structures for maintaining a hierarchical k-center clustering when the points come from a discrete space $\{1,\ldots,\Delta\}^d$. Our first data structure is for the low dimensional setting, i.e., d is a constant,…

数据结构与算法 · 计算机科学 2019-08-08 Melanie Schmidt , Christian Sohler

Given a planar map of $n$ segments in which we wish to efficiently locate points, we present the first randomized incremental construction of the well-known trapezoidal-map search-structure that only requires expected $O(n \log n)$…

计算几何 · 计算机科学 2014-10-22 Michael Hemmer , Michal Kleinbort , Dan Halperin

We present an efficient dynamic data structure that supports geodesic nearest neighbor queries for a set of point sites $S$ in a static simple polygon $P$. Our data structure allows us to insert a new site in $S$, delete a site from $S$,…

计算几何 · 计算机科学 2017-07-11 Lars Arge , Frank Staals

In this paper we study the facility location problem in the online with recourse and dynamic algorithm models. In the online with recourse model, clients arrive one by one and our algorithm needs to maintain good solutions at all time steps…

数据结构与算法 · 计算机科学 2020-02-26 Xiangyu Guo , Janardhan Kulkarni , Shi Li , Jiayi Xian

Long-context understanding is crucial for many NLP applications, yet transformers struggle with efficiency due to the quadratic complexity of self-attention. Sparse attention methods alleviate this cost but often impose static, predefined…

计算与语言 · 计算机科学 2025-06-16 Hanzhi Zhang , Heng Fan , Kewei Sha , Yan Huang , Yunhe Feng

We give a new data structure for the fully-dynamic minimum spanning forest problem in simple graphs. Edge updates are supported in $O(\log^4n/\log\log n)$ amortized time per operation, improving the $O(\log^4n)$ amortized bound of Holm et…

数据结构与算法 · 计算机科学 2014-07-28 Jacob Holm , Eva Rotenberg , Christian Wulff-Nilsen

We study the metric facility location problem with client insertions and deletions. This setting differs from the classic dynamic facility location problem, where the set of clients remains the same, but the metric space can change over…

数据结构与算法 · 计算机科学 2019-09-17 Gramoz Goranci , Monika Henzinger , Dariusz Leniowski

We present a structure in external memory for "top-k range reporting", which uses linear space, answers a query in O(lg_B n + k/B) I/Os, and supports an update in O(lg_B n) amortized I/Os, where n is the input size, and B is the block size.…

数据结构与算法 · 计算机科学 2014-03-27 Yufei Tao

We present the first fully dynamic worst case I/O-efficient data structures that support planar orthogonal \textit{3-sided range skyline reporting queries} in $\bigO (\log_{2B^\epsilon} n + \frac{t}{B^{1-\epsilon}})$ I/Os and updates in…

数据结构与算法 · 计算机科学 2012-07-11 Casper Kejlberg-Rasmussen , Konstantinos Tsakalidis , Kostas Tsichlas

Structural discovery amongst a set of variables is of interest in both static and dynamic settings. In the presence of lead-lag dependencies in the data, the dynamics of the system can be represented through a structural equation model…

统计方法学 · 统计学 2023-11-28 Jiahe Lin , Huitian Lei , George Michailidis

The ability to dynamically allocate memory is fundamental in modern programming languages. However, this feature is not adequately supported in current general-purpose PIM devices. To identify key design principles that PIM must consider,…

硬件体系结构 · 计算机科学 2026-01-28 Dongjae Lee , Bongjoon Hyun , Youngjin Kwon , Minsoo Rhu

A fundamental question in computational geometry is for a set of input points in the Euclidean space, that is subject to discrete changes (insertion/deletion of points at each time step), whether it is possible to maintain an approximate…

计算几何 · 计算机科学 2023-02-22 A. Karim Abu-Affash , Sujoy Bhore , Paz Carmi

Let P be a set of n points in R^2. Given a rectangle Q = [\alpha_1, \alpha_2] x [\beta_1, \beta_2], a range skyline query returns the maxima of the points in P \cap Q. An important variant is the so-called top-open queries, where Q is a…

数据结构与算法 · 计算机科学 2013-07-17 Yufei Tao , Jeonghun Yoon

We propose a dynamic data structure for the distribution-sensitive point location problem. Suppose that there is a fixed query distribution in $\mathbb{R}^2$, and we are given an oracle that can return in $O(1)$ time the probability of a…

计算几何 · 计算机科学 2020-04-28 Siu-Wing Cheng , Man-Kit Lau

We study dynamic planar graphs with $n$ vertices, subject to edge deletion, edge contraction, edge insertion across a face, and the splitting of a vertex in specified corners. We dynamically maintain a combinatorial embedding of such a…

数据结构与算法 · 计算机科学 2022-09-29 Jacob Holm , Ivor van der Hoog , Eva Rotenberg

Given an edge-weighted graph $G$ and a subset of vertices $T$ called terminals, an $\alpha$-distance-approximating minor ($\alpha$-DAM) of $G$ is a graph minor $H$ of $G$ that contains all terminals, such that the distance between every…

数据结构与算法 · 计算机科学 2025-09-23 Hsien-Chih Chang , Jonathan Conroy

A data structure is presented for point location in connected planar subdivisions when the distribution of queries is known in advance. The data structure has an expected query time that is within a constant factor of optimal. More…

计算几何 · 计算机科学 2013-03-12 Sebastien Collette , Vida Dujmovic , John Iacono , Stefan Langerman , Pat Morin