keon / algorithms

Minimal examples of data structures and algorithms in Python
MIT License
23.97k stars 4.6k forks source link

Added extended kd tree implemenatation #915

Open gjones1077 opened 8 months ago

gjones1077 commented 8 months ago

Saw avl, bst and others so I decided to add my extended kd tree implementation. I put the testing file in the same place for bookkeeping purposes.