Python-KD-Tree

(β˜… 180)

A simple and fast KD-tree for points in Python for kNN or nearest points. (damm short at just ~60 lines) No libraries needed.

  • .gitignore
  • kd_tree.py
  • README.md
  • test_kd_tree.py
// repository documentation