keon / algorithms

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

Added extended kd tree implemenatation #915

Open gjones1077 opened 10 months ago

gjones1077 commented 10 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.