Kinetic data structure: Difference between revisions

Content deleted Content added
Fix grammar
Line 22:
*'''<math>\textrm{advance}(t)</math>''': This advances the system to time <math>t</math>.
*'''<math>\textrm{change}(v,f(t))</math>''': Set the trajectory of value <math>v</math> to <math>f(t)</math>.
Additional operations may be supported. For example, kinetic data structures are often used with a set of points. In this case, the structure typically allowallows points to be inserted and deleted.
 
==Contrast with traditional data structures==