Title : 
A Data Structure and an Algorithm for the Nearest Point Problem
         
        
            Author : 
Kalantari, Iraj ; McDonald, Gerard
         
        
            Author_Institution : 
Department of Mathematics, Western Illinois University
         
        
        
        
        
        
            Abstract : 
In this paper we present a tree structure for storing points from a normed space whose norm is effectively computable. We then give an algorithm for finding the nearest point from the tree to a given query point. Our algorithm searches the tree and uses the triangle inequality to eliminate searching of the entirety of some branches of the tree whenever a certain predicate is satisfied. Our data structure uses 0(n) for storage. Empirical data which we have gathered suggest that the expected complexity for preprocessing and the search time are, respectively, 0(nlogn) and 0(logn).
         
        
            Keywords : 
Algorithm; computational time; data structure; nearest point problem; preprocessing; storage binary search; trees; triangle inequality; Data analysis; Data structures; Helium; Image retrieval; Information retrieval; Mathematics; Organizing; Pattern recognition; Statistical analysis; Tree data structures; Algorithm; computational time; data structure; nearest point problem; preprocessing; storage binary search; trees; triangle inequality;
         
        
        
            Journal_Title : 
Software Engineering, IEEE Transactions on
         
        
        
        
        
            DOI : 
10.1109/TSE.1983.235263