Skip to content

Commit

Permalink
Updates KDTree document
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyapi committed Jul 12, 2020
1 parent 8beacf9 commit 4696343
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/crystalg/data_structures/kdtree.cr
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
require "../geometry/*"

module Crystalg::DataStructures

# KD Tree is a data structure for organizing points in a k-dimensional space.
# KD Trees are a useful data structure for several applications,
# such as range searches and nearest neighbor searches.
class KDTree(T)
include Crystalg::Geometry

Expand Down

0 comments on commit 4696343

Please sign in to comment.