Description: kd-tree (k-dimensional tree for short), is a partition the data structure of k-dimensional data space. Mainly used in the search of the key data of the multidimensional space (such as: the scope of the search and nearest neighbor search). Java to achieve, can be run directly
To Search:
File list (Check if you may need any files):
KDTree
......\.classpath
......\.project
......\.settings
......\.........\org.eclipse.jdt.core.prefs
......\bin
......\...\bit
......\...\...\KDTree.class
......\...\...\KDTreeNode.class
......\src
......\...\bit
......\...\...\KDTree.java
......\...\...\KDTreeNode.java