File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
- ![ Python] ( https://img.shields.io/badge/Python-3670A0?style=plastic&logo=python&logoColor=ffdd54 ) ![ NumPy] ( https://img.shields.io/badge/Numpy-777BB4.svg?style=plastic&logo=numpy&logoColor=white ) ![ GitHub] ( https://img.shields.io/github/license/Ramy-Badr-Ahmed/KD-Tree-Python?style=plastic )
1
+ ![ Python] ( https://img.shields.io/badge/Python-3670A0?style=plastic&logo=python&logoColor=ffdd54 ) ![ NumPy] ( https://img.shields.io/badge/Numpy-777BB4.svg?style=plastic&logo=numpy&logoColor=white ) ![ GitHub] ( https://img.shields.io/github/license/Ramy-Badr-Ahmed/KD-Tree-Python?style=plastic&cached )
2
2
3
3
# KD-Tree Implementation in Python
4
4
5
5
This repository contains Python implementation of the kd-tree data structure and performing k-nearest neighbour search.
6
6
7
+ The Matlab lab implementation is located here: [ KD-Tree-Matlab] ( https://github.com/Ramy-Badr-Ahmed/KD-Tree-Matlab )
8
+
7
9
### About
8
10
The kd-tree is a space-partitioning data structure for organizing points in a k-dimensional space.
9
11
You can’t perform that action at this time.
0 commit comments