Y
Hacker News
new
|
ask
|
show
|
jobs
by
sdbrown
2074 days ago
A k-D tree?
3 comments
contravariant
2074 days ago
That's a binary tree where each node divides the space along a single axis. A quad-, oct-, 2^n-tree divides along all axes for every node.
link
geophile
2074 days ago
No. Quad and octtrees divide the space. K-d trees divide the data.
link
snovv_crash
2074 days ago
kD-tree doesn't necessarily split at the midpoint like a quad or oct-tree do.
link