Click to See Complete Forum and Search --> : data structure for finding proximity


underthesun
December 17th, 2007, 11:59 PM
Hello all,

Suppose I have a collection of coordinates (in x, y).. do you think quadtrees are good for figuring out the n closest coordinates to a particular one?

This stemmed off from a class discussion.. someone in my class insisted on quadtrees, but the tutor was going off about this thing called radial trees.. never even heard of it. Anyone have any ideas?

Thanks in advance!

Lindley
December 18th, 2007, 02:59 PM
I would have thought k-d trees would be just fine, myself. Quadtrees could work too.

Don't know what the heck a radial tree is.