The document discusses improving the time efficiency of greedy heuristic algorithms for the symmetric traveling salesman problem (STSP). It presents a naive greedy nearest neighbor algorithm and identifies problems with its runtime. An improved algorithm is proposed using a k-d tree data structure to efficiently search for nearest neighbors. Testing on TSPLIB instances shows the improved algorithm provides speedups of over 100 times compared to the naive approach.