Random number seed: 12349 Number of iterations: 10 Number of points: 500 Choose a closest pair application. g = greedy matching h = hierarchical clustering i = cheapest insertion tsp m = multifragment tsp r = ray-intersection diagram Use a minus sign (e.g. "-g") for maximization versions Your choice: -g Choose a point set generation method. 1 = points in R^d, L1 metric 2 = points in R^d, (squared) L2 metric d = points in R^d, dot product i = points in R^d, L(inf) metric r = random distance matrix s = points in generalized Sierpinski tetrahedron t = two-adic non-archimedean metric Your choice: 1 Dimension: 2 Choose a closest pair data structure. b = brute force c = conga line f = fastpair conga-neighbor hybrid m = many-subset conga line n = nearest neighbor heuristic q = quadtree Your choice: c Number of subsets (zero for log_2(n)): 0 500 point insertions. 500 point deletions. 192226 distance computations. 250 closest pair computations. Total (wall clock) time: 0.166667s. Total weight = 250.833. 500 point insertions. 500 point deletions. 175323 distance computations. 250 closest pair computations. Total (wall clock) time: 0.15s. Total weight = 255.787. 500 point insertions. 500 point deletions. 192399 distance computations. 250 closest pair computations. Total (wall clock) time: 0.166667s. Total weight = 244.003. 500 point insertions. 500 point deletions. 190527 distance computations. 250 closest pair computations. Total (wall clock) time: 0.166667s. Total weight = 252.875. 500 point insertions. 500 point deletions. 188589 distance computations. 250 closest pair computations. Total (wall clock) time: 0.166667s. Total weight = 246.925. 500 point insertions. 500 point deletions. 164525 distance computations. 250 closest pair computations. Total (wall clock) time: 0.15s. Total weight = 258.672. 500 point insertions. 500 point deletions. 188973 distance computations. 250 closest pair computations. Total (wall clock) time: 0.166667s. Total weight = 240.468. 500 point insertions. 500 point deletions. 178691 distance computations. 250 closest pair computations. Total (wall clock) time: 0.15s. Total weight = 252.044. 500 point insertions. 500 point deletions. 174132 distance computations. 250 closest pair computations. Total (wall clock) time: 0.15s. Total weight = 249.519. 500 point insertions. 500 point deletions. 194924 distance computations. 250 closest pair computations. Total (wall clock) time: 0.166667s. Total weight = 255.696. Average time = 0.16s. Standard deviation = 0.00860663s.