Dynamic Planar Point Location in External Memory
Data Structures and Algorithms
2019-03-18 v1
Abstract
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 I/Os and updates in amortized I/Os, where is the number of segments in the subdivision and is the block size. This is the first dynamic data structure with almost-optimal query cost. For comparison all previously known results for this problem require I/Os to answer queries. Our result almost matches the best known upper bound in the internal-memory model.
Keywords
Cite
@article{arxiv.1903.06601,
title = {Dynamic Planar Point Location in External Memory},
author = {J. Ian Munro and Yakov Nekrich},
journal= {arXiv preprint arXiv:1903.06601},
year = {2019}
}
Comments
extended version of a SoCG'19 paper