summaryrefslogtreecommitdiffstats
path: root/Algorithms/Part-I/5-KdTrees/KdTree.java
AgeCommit message (Expand)AuthorFilesLines
2013-11-15Algorithms-I : 5-KdTrees: nearest must use local variablesJérémy Zurcher1-21/+23
2013-11-15Algorithms-I : 5-KdTrees: super fastJérémy Zurcher1-37/+35
2013-11-15Algorithms-I : 5-KdTrees: create NearestChampion at KdTree initJérémy Zurcher1-1/+4
2013-11-15Algorithms-I : 5-KdTrees: speed up mathsJérémy Zurcher1-9/+9
2013-11-15Algorithms-I : 5-KdTrees: fix null pointer in KdTreeJérémy Zurcher1-3/+10
2013-11-15Algorithms-I : 5-kdtrees: implement KdTreeJérémy Zurcher1-5/+202
2013-11-15Algorithms-I : 5-KdTrees: added, to be completedJérémy Zurcher1-0/+51