Skip to content

reem/rust-n-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

N-Tree

A quadtree-like structure of arbitrary arity

Overview

Provides the Region trait and NTree type, usable for quickly indexing data based on multiple attributes and finding nearest neighbors by many metrics, such as 3-dimensional collision detection.

Examples

See the test fixtures for an example quadtree implementation created as a simple specialization of n-tree.

License

MIT

About

A quadtree-like structure of arbitrary arity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages