Removed broken link.

This commit is contained in:
John Washam 2022-02-24 17:37:53 -08:00
parent 9075f87289
commit 07eba10501
1 changed files with 0 additions and 1 deletions

View File

@ -1731,7 +1731,6 @@ You're never really done.
- ### k-D Trees
- Great for finding number of points in a rectangle or higher dimension object
- A good fit for k-nearest neighbors
- [Kd Trees (video)](https://www.youtube.com/watch?v=W94M9D_yXKk)
- [kNN K-d tree algorithm (video)](https://www.youtube.com/watch?v=Y4ZgLlDfKDg)
- ### Skip lists