External Memory Planar Point Location with Fast Updates

May 07, 2019 Β· Declared Dead Β· πŸ› International Symposium on Algorithms and Computation

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors John Iacono, Ben Karsin, Grigorios Koumoutsos arXiv ID 1905.02620 Category cs.DS: Data Structures & Algorithms Citations 1 Venue International Symposium on Algorithms and Computation Last Checked 4 months ago
Abstract
We study dynamic planar point location in the External Memory Model or Disk Access Model (DAM). Previous work in this model achieves polylog query and polylog amortized update time. We present a data structure with $O( \log_B^2 N)$ query time and $O(\frac{1}{ B^{1-Ξ΅}} \log_B N)$ amortized update time, where $N$ is the number of segments, $B$ the block size and $Ξ΅$ is a small positive constant, under the assumption that all faces have constant size. This is a $B^{1-Ξ΅}$ factor faster for updates than the fastest previous structure, and brings the cost of insertion and deletion down to subconstant amortized time for reasonable choices of $N$ and $B$. Our structure solves the problem of vertical ray-shooting queries among a dynamic set of interior-disjoint line segments; this is well-known to solve dynamic planar point location for a connected subdivision of the plane with faces of constant size.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted