jtsiomb / kdtree

A simple C library for working with KD-Trees
http://nuclear.mutantstargoat.com/sw/kdtree/
Other
391 stars 115 forks source link

same node problem #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. insert 10000 same node into kd-tree, d=3, the kd tree can not be built
2.
3.

What is the expected output? What do you see instead?
should be able to finish building the tree, <= nodes should be on the left 
side, but is inserting large number of same nodes, the program is not able 
to finish.(maybe depth problem?)

What version of the product are you using? On what operating system?
5.5, under visual studio 2008 on win xp.

Please provide any additional information below.

Original issue reported on code.google.com by haom...@gmail.com on 14 Sep 2009 at 2:37

GoogleCodeExporter commented 9 years ago
By "same node" you mean the exact same position for each node? Include a 
minimal code sample that reproduces the bug, otherwise I'm too lazy to try it 
out.

Original comment by jtsi...@gmail.com on 25 Nov 2011 at 12:15

jtsiomb commented 8 years ago

Can't reproduce. Please reopen with a code sample.