A Space-Optimal Data-Stream Algorithm for Coresets in the PlaneWritten with Pankaj Agarwal. In Proc. 23rd Annual Symposium on Computational Geometry, pages 1-10, 2007. Abstract: Given a point set P in R2, a subset Q is an ε-kernel of P if for every slab W containing Q, the (1+ε)-expansion of W also contains P. We present a data-stream algorithm for maintaining an ε-kernel of a stream of points in R2 that uses O(1/ε1/2) space and takes O(log (1/ε)) amortized time to process each point. This is the first space-optimal data-stream algorithm for this problem. |