/kdtree-in-python

Source Code for K-d tree in Python series

Primary LanguagePythonMIT LicenseMIT

Tsoding Build Status

Source Code for K-d tree in Python series

https://www.youtube.com/playlist?list=PLguYJK7ydFE7R7KqRRVXw23kOrn6jiwqi

Quick Start

Install Python 3

$ python main.py   # Perform the tests

Contribution

If you are willing so submit a Pull Request, please keep in mind that this code should not deviate too much from the code we have written in the K-d tree series. It would be very strange if after watching the videos people came to this repo and saw completely different code. Because of that any refactoring contributions may be rejected without any discussion, sorry.

Please submit only bug fixes.