Skip to content

KDTree is a system that divides the space into sections.

License

Notifications You must be signed in to change notification settings

Unknown-3301/KDTree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

KDTree

KDTree is a system that divides the space into sections.
this process for speeding up searches as:
1- nearest neighbor searches.
2- n nearest neighbor searches.
3- collision detection.
4- range searches.

for more details about kdtree check this: https://en.wikipedia.org/wiki/K-d_tree

About

KDTree is a system that divides the space into sections.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages