Home

Articles

1

Implementing kd-tree for fast range-search, nearest-neighbor search and k-nearest-neighbor search algorithms in 2D in Java and python

The following problem appeared as an assignment in the coursera course Algorithm-I by Prof.Robert Sedgewick  from the Princeton University few years back (and also in the course cos226 offered at Princeton). The… Read More »Implementing kd-tree for fast range-search, nearest-neighbor search and k-nearest-neighbor search algorithms in 2D in Java and python

Browse By Topic