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: n 500 point insertions. 500 point deletions. 10672472 distance computations. 250 closest pair computations. Total (wall clock) time: 7.41667s. Total weight = 250.833. 500 point insertions. 500 point deletions. 10637986 distance computations. 250 closest pair computations. Total (wall clock) time: 7.38333s. Total weight = 255.787. 500 point insertions. 500 point deletions. 10744580 distance computations. 250 closest pair computations. Total (wall clock) time: 7.46667s. Total weight = 244.003. 500 point insertions. 500 point deletions. 10700070 distance computations. 250 closest pair computations. Total (wall clock) time: 7.43333s. Total weight = 252.875. 500 point insertions. 500 point deletions. 10709785 distance computations. 250 closest pair computations. Total (wall clock) time: 7.43333s. Total weight = 246.925. 500 point insertions. 500 point deletions. 10708559 distance computations. 250 closest pair computations. Total (wall clock) time: 7.41667s. Total weight = 258.672. 500 point insertions. 500 point deletions. 10780458 distance computations. 250 closest pair computations. Total (wall clock) time: 7.48333s. Total weight = 240.468. 500 point insertions. 500 point deletions. 10697483 distance computations. 250 closest pair computations. Total (wall clock) time: 7.41667s. Total weight = 252.044. 500 point insertions. 500 point deletions. 10660137 distance computations. 250 closest pair computations. Total (wall clock) time: 7.4s. Total weight = 249.519. 500 point insertions. 500 point deletions. 10721818 distance computations. 250 closest pair computations. Total (wall clock) time: 7.43333s. Total weight = 255.696. Average time = 7.42833s. Standard deviation = 0.0294497s.