Random number seed: 12349 Number of iterations: 10 Number of points: 250 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: m 250 point insertions. 250 point deletions. 45637 distance computations. 125 closest pair computations. Total (wall clock) time: 0.05s. Total weight = 127.241. 250 point insertions. 250 point deletions. 45374 distance computations. 125 closest pair computations. Total (wall clock) time: 0.0333333s. Total weight = 122.35. 250 point insertions. 250 point deletions. 44417 distance computations. 125 closest pair computations. Total (wall clock) time: 0.0333333s. Total weight = 127.192. 250 point insertions. 250 point deletions. 45022 distance computations. 125 closest pair computations. Total (wall clock) time: 0.0333333s. Total weight = 128.229. 250 point insertions. 250 point deletions. 45491 distance computations. 125 closest pair computations. Total (wall clock) time: 0.0333333s. Total weight = 127.285. 250 point insertions. 250 point deletions. 47884 distance computations. 125 closest pair computations. Total (wall clock) time: 0.0333333s. Total weight = 116.331. 250 point insertions. 250 point deletions. 44899 distance computations. 125 closest pair computations. Total (wall clock) time: 0.0333333s. Total weight = 124.850. 250 point insertions. 250 point deletions. 46130 distance computations. 125 closest pair computations. Total (wall clock) time: 0.0333333s. Total weight = 127.847. 250 point insertions. 250 point deletions. 46672 distance computations. 125 closest pair computations. Total (wall clock) time: 0.0333333s. Total weight = 121.935. 250 point insertions. 250 point deletions. 53299 distance computations. 125 closest pair computations. Total (wall clock) time: 0.05s. Total weight = 124.192. Average time = 0.0366667s. Standard deviation = 0.00702728s.