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 Use a minus sign (e.g. "-g") for maximization versions Your choice: h 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: s Dimension: 31 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. 499 point deletions. 583510 distance computations. 499 closest pair computations. Total (wall clock) time: 3.21667s. Total weight = 104.098. 500 point insertions. 499 point deletions. 586698 distance computations. 499 closest pair computations. Total (wall clock) time: 3.21667s. Total weight = 104.31. 500 point insertions. 499 point deletions. 583204 distance computations. 499 closest pair computations. Total (wall clock) time: 3.21667s. Total weight = 105.542. 500 point insertions. 499 point deletions. 575532 distance computations. 499 closest pair computations. Total (wall clock) time: 3.15s. Total weight = 104.422. 500 point insertions. 499 point deletions. 597284 distance computations. 499 closest pair computations. Total (wall clock) time: 3.28333s. Total weight = 104.958. 500 point insertions. 499 point deletions. 564769 distance computations. 499 closest pair computations. Total (wall clock) time: 3.1s. Total weight = 103.658. 500 point insertions. 499 point deletions. 590366 distance computations. 499 closest pair computations. Total (wall clock) time: 3.23333s. Total weight = 107.168. 500 point insertions. 499 point deletions. 555701 distance computations. 499 closest pair computations. Total (wall clock) time: 3.05s. Total weight = 101.485. 500 point insertions. 499 point deletions. 581364 distance computations. 499 closest pair computations. Total (wall clock) time: 3.18333s. Total weight = 105.976. 500 point insertions. 499 point deletions. 575121 distance computations. 499 closest pair computations. Total (wall clock) time: 3.15s. Total weight = 102.701. Average time = 3.18s. Standard deviation = 0.0688530s.