You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
generalizes binary search trees to allow searching on 3-dimensional keys, such as Points in 3D. Such a tree is called a kd-tree for k-dimensional tree.