Content deleted Content added
m →2D |
|||
Line 3:
A '''kinetic smallest enclosing disk''' data structure is a [[kinetic data structure]] that maintains the [[Smallest_circle_problem|smallest enclosing disk]] of a set of moving points.
== 2D ==
In 2 dimensions, the best known kinetic smallest enclosing disk data structure uses farthest point delaunay triangulation of the point set to maintain the kinetic <ref name="DEGS10"></ref>. The farthest-point delaunay triangulation is the [[
▲The
== Approximate 2D ==
|