Skip to main content

Posts

Featured

Epsilon-approximations

In this post, we review the technique of ε-approximation, which is a very useful tool in computational geometry to design efficient approximation algorithms. Consider the following problem: Problem 1 (Range Counting). Given a set P of n points, we want to preprocess P into a structure so that for any query range γΓ, for some collection of ranges Γ, we can efficiently count |PΓ|. It turns out that Problem 1 is very difficult. Efficient (linear space and polyloagrithmic query time)  data structures are only possible when Γ is a collection of orthogonal ranges. Even for the case of halfspaces, the current best near-linear space data structure requires roughly O(n11/d) query time. So instead, researchers turn to the approximate version of the problem. Problem 2 (Approximate Range Counting).  Given a set P of n points and an error parameter ε, we want to preprocess P into a structure so that for any ...

Latest Posts

Point-Line Incidences

3D Dominance Range Reporting

Low Crossing Number Spanning Trees