cgal/Spatial_searching
Laurent Saboret 91f0bbfe23 Optimization:
Store the neighbors found in a std::set, instead of a list sorted by insertion sort (in type NN_list). 
This makes insertion O(log n) instead of O(n).
2008-07-08 14:45:38 +00:00
..
benchmark/Spatial_searching
demo/Spatial_searching Removed *unmodified* auto-generated CMakeLists.txt (now created by create_internal_release) 2008-05-05 14:01:55 +00:00
doc_tex Documentation bug : Iso_cuboid_d -> Iso_box_d 2008-04-17 11:41:36 +00:00
examples/Spatial_searching Removed *unmodified* auto-generated CMakeLists.txt (now created by create_internal_release) 2008-05-05 14:01:55 +00:00
include/CGAL Optimization: 2008-07-08 14:45:38 +00:00
package_info/Spatial_searching The files "changes.txt", "description.txt", "long_description.txt" and "maintainer" 2007-12-02 15:06:42 +00:00
test/Spatial_searching Removed *unmodified* auto-generated CMakeLists.txt (now created by create_internal_release) 2008-05-05 14:01:55 +00:00
dont_submit Do not submit Kd_tree_d_new.h as it has never been finished and does not compile. 2008-01-12 20:43:13 +00:00