14
kd-Trees
kd-trees
are multi-way search trees where
each level of the tree partitions on a different attribute
each node contains
n-1
key values, pointers to
n
subtrees