574 B
574 B
title | date | draft | description | tags | categories | series | favorite | disable_feed | |||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Kd Tree Revisited | 2024-08-17T14:20:22+01:00 | false | Simplifying the nearest neighbour search |
|
|
|
false | false |
After giving it a bit of thought, I've found a way to simplify the nearest
neighbour search (i.e: the closest
method) for the KdTree
I implemented in
[my previous post]({{< relref "../2024-08-10-kd-tree/index.md" >}}).