A True O(n n) Algorithm for the All-k-Nearest-Neighbors Problem
In this paper we examined an algorithm for the All-k-Nearest-Neighbor problem proposed in 1980s, which was claimed to have an O(nn) upper bound on the running time. We find the algorithm actually exceeds the so claimed upper bound, and prove that it has an Ω(n^2) lower bound on the time complexity. Besides, we propose a new algorithm that truly achieves the O(nn) bound. Detailed and rigorous theoretical proofs are provided to show the proposed algorithm runs exactly in O(nn) time.
READ FULL TEXT