Hacker News new | ask | show | jobs
by sdbrown 2074 days ago
A k-D tree?
3 comments

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.
No. Quad and octtrees divide the space. K-d trees divide the data.
kD-tree doesn't necessarily split at the midpoint like a quad or oct-tree do.