Difference between revisions of "User:Duyn"

From Robowiki
Jump to navigation Jump to search
(Added code snippets section)
 
m (→‎Code Snippets: nearest neighbour_S_ (plural))
 
Line 1: Line 1:
 
==Code Snippets==
 
==Code Snippets==
* '''[[User:Duyn/BucketKdTree|Bucket kd-tree]]'''. A well-commented kd-tree demonstrating some optimisations on a nearest neighbour search.
+
* '''[[User:Duyn/BucketKdTree|Bucket kd-tree]]'''. A well-commented kd-tree demonstrating some optimisations on a nearest neighbour(s) search.

Latest revision as of 05:55, 1 March 2010

Code Snippets

  • Bucket kd-tree. A well-commented kd-tree demonstrating some optimisations on a nearest neighbour(s) search.