14-May-2025 10:29:11 closest_pair_brute_test() MATLAB/Octave version 6.4.0 Test closest_pair_brute(). closest_pair_brute_test01(): closest_pair_brute() on a set of N points in 2D. n = 100 time = 0.0272672 seconds z(27) = 0.057571 + 0.395582i z(34) = 0.0623259 + 0.407542i ||z(27)-z(34)|| = 0.0128705 closest_pair_brute_test01(): closest_pair_brute() on a set of N points in 2D. n = 200 time = 0.104742 seconds z(1) = 0.0642641 + 0.0633913i z(151) = 0.062672 + 0.0605212i ||z(1)-z(151)|| = 0.00328207 closest_pair_brute_test01(): closest_pair_brute() on a set of N points in 2D. n = 400 time = 0.419779 seconds z(116) = 0.51658 + 0.637114i z(184) = 0.516688 + 0.637616i ||z(116)-z(184)|| = 0.00051378 closest_pair_brute_test01(): closest_pair_brute() on a set of N points in 2D. n = 800 time = 1.66261 seconds z(422) = 0.557759 + 0.5819i z(522) = 0.558093 + 0.581914i ||z(422)-z(522)|| = 0.000335008 closest_pair_brute_test01(): closest_pair_brute() on a set of N points in 2D. n = 1600 time = 6.66962 seconds z(758) = 0.260835 + 0.881946i z(1190) = 0.261045 + 0.882032i ||z(758)-z(1190)|| = 0.000227143 closest_pair_brute_test01(): closest_pair_brute() on a set of N points in 2D. n = 3200 time = 26.7283 seconds z(1904) = 0.233321 + 0.424243i z(2337) = 0.233668 + 0.424192i ||z(1904)-z(2337)|| = 0.000350557 Graphics saved as "closest_pair_brute.png" closest_pair_brute_test(): Normal end of execution. 14-May-2025 10:29:48