Skip to content
Snippets Groups Projects
Commit 0a92a270 authored by Vojtech Moravec's avatar Vojtech Moravec
Browse files

TODO note on what to do next.

parent 6529448e
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,10 @@ package azgracompress.kdtree; ...@@ -2,6 +2,10 @@ package azgracompress.kdtree;
import java.util.Arrays; import java.util.Arrays;
// TODO(Moravec): One more time read the paper and check the implementation!
// Fix the spreadest function (max-min) may be used.
// https://dl.acm.org/doi/pdf/10.1145/355744.355745
public class KDTree { public class KDTree {
private final int maximumBucketSize; private final int maximumBucketSize;
private final KDNode root; private final KDNode root;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment