SethKasmann
Results
1
issues of
SethKasmann
I was browsing your implementation. On line 145 of KDTree.h you have this: std::nth_element(start, mid, end, cmp); // linear time partition // move left (if needed) so that all the...