We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61ec71e commit 1a620edCopy full SHA for 1a620ed
src/data_structures/k_d_tree.lua
@@ -1,4 +1,4 @@
1
--- k-d trees are d-dimensional binary search trees.
+-- k-d trees are k-dimensional binary search trees.
2
-- They are particularly suitable for answering nearest neighbor queries after preprocessing a set of points.
3
4
local k_d_tree = {}
0 commit comments