degski / k_dimensional_tree

Fast KD-Tree (a recursive Implementation with fallback to linear search in case of a small number of points) in 2 or 3 dimensions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

Fast KD-Tree (a recursive Implementation with fallback to linear search in case of a small number of points) in 2 or 3 dimensions.

License:MIT License


Languages

Language:C++ 100.0%