Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
appgurueu authored Mar 12, 2024
1 parent 61ec71e commit 1a620ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data_structures/k_d_tree.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- k-d trees are d-dimensional binary search trees.
-- k-d trees are k-dimensional binary search trees.
-- They are particularly suitable for answering nearest neighbor queries after preprocessing a set of points.

local k_d_tree = {}
Expand Down

0 comments on commit 1a620ed

Please sign in to comment.