mirror of
https://github.com/andreytkachenko/kdtree-rust.git
synced 2024-11-25 02:46:22 +04:00
Update README.md
This commit is contained in:
parent
9874de1a5a
commit
74db3a47fc
@ -2,6 +2,7 @@
|
||||
kdtree implementation for rust.
|
||||
|
||||
Implementation uses sliding midpoint variation of the tree. [More Info here](http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.74.210&rep=rep1&type=pdf)
|
||||
Implementation uses single `Vec<Node>` to store all its contents, allowing for quick access, and no memory fragmentation.
|
||||
|
||||
###Usage
|
||||
Tree can only be used with types implementing trait:
|
||||
|
Loading…
Reference in New Issue
Block a user