Re: Point location in a grid.
- From: "Paul E. Black" <p.black@xxxxxxx>
- Date: Fri, 16 Feb 2007 14:16:47 -0500
On Thursday 15 February 2007 23:51, Amit Bhatia wrote:
... I have a square grid composed
of hyper cubes, in d dimensions. I would like to find to which particular
hypercube does a general point belong to.
I can use hierarchical data structure like quad tree and that would give
me
the answer in (l*2^d) time: where l is the resolution (depth) at which I
am looking at, and d is the dimension of the space.
But I am wondering if there is a faster way: something that gives quick
answer most of the time, or gives correct answer quickly most of the
time..
A great survey of deterministic methods is
Volker Gaede and Oliver Günther, Multidimensional Access Methods, ACM
Computing Surveys, 30(2):170-231, June 1998.
-paul-
--
Paul E. Black (p.black@xxxxxxx)
.
- References:
- Point location in a grid.
- From: Amit Bhatia
- Point location in a grid.
- Prev by Date: Point location in a grid.
- Next by Date: CALL FOR PAPERS: International Workshop on Theoretical and Algorithmic Aspects of Sensor and Ad-hoc Networks (WTASA'07)
- Previous by thread: Point location in a grid.
- Next by thread: CALL FOR PAPERS: International Workshop on Theoretical and Algorithmic Aspects of Sensor and Ad-hoc Networks (WTASA'07)
- Index(es):