R-tree (Nearest Neighbor Search (NNS) Nearest Neighbor Search)
Jump to navigation
Jump to search
Time Complexity
R-Tree construction: $O(n \log n)$ NNS: $O(n)$
Space Complexity
$O(log n)$
(https://www-sciencedirect-com.ezproxy.canberra.edu.au/science/article/pii/S1877050915019675, Table 2)
Description
Approximate?
Exact
Randomized?
No, deterministic
Model of Computation
Real RAM
Year
1984