2012
DOI: 10.1142/s0218195912600096
|View full text |Cite
|
Sign up to set email alerts
|

Three Problems About Dynamic Convex Hulls

Abstract: We present three results related to dynamic convex hulls:• A fully dynamic data structure for maintaining a set of n points in the plane so that we can find the edges of the convex hull intersecting a query line, with expected query and amortized update time O(log 1+ε n) for an arbitrarily small constant ε > 0. This improves the previous bound of O(log 3/2 n).• A fully dynamic data structure for maintaining a set of n points in the plane to support halfplane range reporting queries in O(log n + k) time with O(… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
7
0

Year Published

2012
2012
2023
2023

Publication Types

Select...
3
2
2

Relationship

3
4

Authors

Journals

citations
Cited by 13 publications
(7 citation statements)
references
References 32 publications
0
7
0
Order By: Relevance
“…As mentioned in Section 2.2; in the special case where the points are uniformly distributed within a square, Golin gave a randomized algorithm that uses 1n + O n 6 7 log 5 n expected number of point comparisons [32]. Clarkson later improved the running time to 1n + O n 5 8 expected number of point comparisons [18].…”
Section: Maxima(s)mentioning
confidence: 99%
“…As mentioned in Section 2.2; in the special case where the points are uniformly distributed within a square, Golin gave a randomized algorithm that uses 1n + O n 6 7 log 5 n expected number of point comparisons [32]. Clarkson later improved the running time to 1n + O n 5 8 expected number of point comparisons [18].…”
Section: Maxima(s)mentioning
confidence: 99%
“…Since the minimum of the upper envelope occurs when the slopes change from negative to nonnegative, it dualizes to the line segment on the convex hull that intersects the y-axis. The fastest known data structure for this problem is due to Chan [12]: for h lines, it has an O(log 1+τ h) query and amortized update time, for any τ > 0.…”
Section: Polyhedral Distancementioning
confidence: 99%
“…• Connection to halfspace range queries : We draw the connection between halfspace range queries [1,6,13,16] and reverse top-k queries. This connection allows us to leverage results in computational geometry on halfspace range searching to devise an index for reverse top-k queries, which, in addition to being of independent interest, serves as a critical component of our solution to the scalable continuous top-k query processing problem.…”
Section: Approach and Contributionsmentioning
confidence: 99%
“…The known lower bounds [12] suggest that these bounds are close to optimal. I/Oefficient indexing schemes for halfspace range queries were given in [2]; dynamic schemes were presented in [6,13]; see also [15].…”
Section: Query Primitivesmentioning
confidence: 99%