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: 2 Dimension: 20 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: b 250 point insertions. 250 point deletions. 1309875 distance computations. 125 closest pair computations. Total (wall clock) time: 3.08333s. Total weight = 199.666. 250 point insertions. 250 point deletions. 1309875 distance computations. 125 closest pair computations. Total (wall clock) time: 3.06667s. Total weight = 189.124. 250 point insertions. 250 point deletions. 1309875 distance computations. 125 closest pair computations. Total (wall clock) time: 3.1s. Total weight = 198.676. 250 point insertions. 250 point deletions. 1309875 distance computations. 125 closest pair computations. Total (wall clock) time: 3.1s. Total weight = 195.670. 250 point insertions. 250 point deletions. 1309875 distance computations. 125 closest pair computations. Total (wall clock) time: 3.05s. Total weight = 194.047. 250 point insertions. 250 point deletions. 1309875 distance computations. 125 closest pair computations. Total (wall clock) time: 3.06667s. Total weight = 192.583. 250 point insertions. 250 point deletions. 1309875 distance computations. 125 closest pair computations. Total (wall clock) time: 3.08333s. Total weight = 193.011. 250 point insertions. 250 point deletions. 1309875 distance computations. 125 closest pair computations. Total (wall clock) time: 3.08333s. Total weight = 197.706. 250 point insertions. 250 point deletions. 1309875 distance computations. 125 closest pair computations. Total (wall clock) time: 3.08333s. Total weight = 187.748. 250 point insertions. 250 point deletions. 1309875 distance computations. 125 closest pair computations. Total (wall clock) time: 3.08333s. Total weight = 193.481. Average time = 3.08s. Standard deviation = 0.0153156s.