Kinetic smallest enclosing disk: Difference between revisions

Content deleted Content added
Ringwith (talk | contribs)
Ringwith (talk | contribs)
Line 12:
 
== Approximate 2D ==
The smallest enclosing disk of a set of n moving points can be [[Approximation_algorithm#Epsilon_terms|ε-approximated]] by a kinetic data structure that process <math>O(1/\epsilon^{5/2})</math> events and requires <math>O((n/\sqrt{\epsilon})\log n)</math> time total.<ref name="AP01"></ref>
 
== Higher dimensions ==