Dynamic planar convex hull operations in near-logarithmic amortized time
Timothy M. Chan
Abstract
Timothy M. Chan
Abstract
We give a data structure that allows arbitrary insertions and deletions on a planar point set P and supports basic queries on the convex hull of P , such as membership and tangent-finding. Updates take O (log 1+ε n ) amori tzed time and queries take O (log n time each, where n is the maximum size of P and ε is any fixed positive constant. For some advanced queries such as bridge-finding, both our bounds increase to O (log 3/2 n ). The only previous fully dynamic solution was by Overmars and van Leeuwen from 1981 and required O (log 2 n ) time per update and O (log n ) time per query.
OpenAlex reports 81 citations for this work. Citation counts describe recorded attention and do not establish research quality.
A contribution statement is not available in the OpenAlex record.
Method details are not available in the OpenAlex metadata.
Findings are not separately available in the OpenAlex metadata.
Limitations are not available in the OpenAlex metadata.
Application details are not available in the OpenAlex metadata.
We give a data structure that allows arbitrary insertions and deletions on a planar point set P and supports basic queries on the convex hull of P , such as membership and tangent-finding. Updates take O (log 1+ε n ) amori tzed time and queries take O (log n time each, where n is the maximum size of P and ε is any fixed positive constant. For some advanced queries such as bridge-finding, both our bounds increase to O (log 3/2 n ). The only previous fully dynamic solution was by Overmars and van Leeuwen from 1981 and required O (log 2 n ) time per update and O (log n ) time per query.
Key concepts: Convex hull, Amortized analysis, Combinatorics, Binary logarithm, Logarithm, Mathematics, Regular polygon, Tangent