2006 47th Annual IEEE Symposium on Foundations of Computer Science (FOCS'06) 2006
DOI: 10.1109/focs.2006.40
|View full text |Cite
|
Sign up to set email alerts
|

Improved Dynamic Planar Point Location

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

2
51
0

Year Published

2009
2009
2020
2020

Publication Types

Select...
4
4
1

Relationship

1
8

Authors

Journals

citations
Cited by 27 publications
(53 citation statements)
references
References 22 publications
2
51
0
Order By: Relevance
“…The structure given by Baumgarten et al [10] supports queries in O((log 2 N) log 2 log 2 N) time worst case, insertions in O((log 2 N) log 2 log 2 N) time amortized, and deletions in O(log 2 2 N) time amortized. Recently, Arge et al [3] gave a structure that supports queries in O(log 2 N) time worst case, insertions in O(log 1+ε 2 N) time amortized, and deletions in O(log 2+ε 2 N) time amortized, for some arbitrary fixed constant 0 < ε < 1. All three structures use linear space.…”
Section: Previous Resultsmentioning
confidence: 99%
See 1 more Smart Citation
“…The structure given by Baumgarten et al [10] supports queries in O((log 2 N) log 2 log 2 N) time worst case, insertions in O((log 2 N) log 2 log 2 N) time amortized, and deletions in O(log 2 2 N) time amortized. Recently, Arge et al [3] gave a structure that supports queries in O(log 2 N) time worst case, insertions in O(log 1+ε 2 N) time amortized, and deletions in O(log 2+ε 2 N) time amortized, for some arbitrary fixed constant 0 < ε < 1. All three structures use linear space.…”
Section: Previous Resultsmentioning
confidence: 99%
“…In such instances the I/O communication, rather than the CPU computation time, is the bottleneck. Most work on planar point location, especially if we allow the edges and vertices of to be changed dynamically, has focused on minimizing the CPU computation time under the assumption that the subdivision fits in main memory (e.g., [3,10,12,13,18,21,23]). Only a few results are known for I/O-efficient dynamic point location when the subdivision is stored in external memory [1,7].…”
Section: Introductionmentioning
confidence: 99%
“…Several data structures are known for this problem [6], we use a data structure by Cheng and Janardan [14] that takes O(log 2 n) time per update and O(log n) time per query. So overall, we get Q(n) = O(C log 2 n) with the terminology of Theorem 1.…”
Section: Propositionmentioning
confidence: 99%
“…Proof The ray‐face junction detection of a ray that has a negative orientation in the z‐axis is done in O (log n ) by reducing the problem to two dimensions and using a sweep‐line algorithm. By storing the wavefront in a planar point location data structure we can accelerate the junction detection of a ray that has a positive orientation in the z‐axis, yielding O (log n ) time per ray and O ( log c n ) time per update of the wavefront, for a constant c [ABG06].…”
Section: Computational Complexitymentioning
confidence: 99%